Git Product home page Git Product logo

Comments (7)

google-oss-bot avatar google-oss-bot commented on June 14, 2024

This issue does not seem to follow the issue template. Make sure you provide all the required information.

from firebase-cpp-sdk.

stewartmiles avatar stewartmiles commented on June 14, 2024

@a-maurice & @jonsimantov FYI

You can switch out libsecret to use the fake secure storage (which just stores in a file), see:

#define USER_SECURE_TYPE UserSecureFakeInternal

and

if(NOT LIBSECRET_FOUND)

for what you would need to change.

from firebase-cpp-sdk.

 avatar commented on June 14, 2024

Thanks. This helped, now it remains only to deal with cross compilation.

from firebase-cpp-sdk.

 avatar commented on June 14, 2024

Do you know somebody who compiled in the linux platform in armabi-v7a or aarch64 architecture the firebase?

from firebase-cpp-sdk.

stewartmiles avatar stewartmiles commented on June 14, 2024

@aybbega nope I recommend checking out https://cmake.org/cmake/help/v3.6/manual/cmake-toolchains.7.html#cross-compiling-for-linux

from firebase-cpp-sdk.

 avatar commented on June 14, 2024

Thanks. I configure with new options, but an error occurred while compiling, the search in net did not give anything.

In file included from /home/mersdk/firebase-cpp-sdk/app/src/app_options.cc:22:0:
/home/mersdk/firebase-cpp-sdk/desktop_build/generated/app/google_services_generated.h:77:8: error: use of enum ‘FlatBuffersVTableOffset’ without previous declaration

What may be the reason for the error

from firebase-cpp-sdk.

DellaBitta avatar DellaBitta commented on June 14, 2024

Hi @aybbega,

I would guess that the flatbuffers includes are not in the compiler include path. Those symbols are defined in include/flatbuffers/reflection_generated.h.

from firebase-cpp-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.