firebase without libsecret
Will there be a firebase version for sailfish?
This issue does not seem to follow the issue template. Make sure you provide all the required information.
@a-maurice & @jonsimantov FYI
You can switch out libsecret to use the fake secure storage (which just stores in a file), see: https://github.com/firebase/firebase-cpp-sdk/blob/493e97b505376e91ac3ad59d0ff23a773959fe20/app/src/secure/user_secure_manager.cc#L44
and
https://github.com/firebase/firebase-cpp-sdk/blob/ac41afcf810d2aa173ffe6071b83fe693a4ab4f8/app/CMakeLists.txt#L188
for what you would need to change.
Thanks. This helped, now it remains only to deal with cross compilation.
Do you know somebody who compiled in the linux platform in armabi-v7a or aarch64 architecture the firebase?
@aybbega nope I recommend checking out https://cmake.org/cmake/help/v3.6/manual/cmake-toolchains.7.html#cross-compiling-for-linux
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
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.