Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firebase without libsecret #41

Open
ghost opened this issue Feb 5, 2020 · 7 comments
Open

firebase without libsecret #41

ghost opened this issue Feb 5, 2020 · 7 comments
Labels
needs-info Need information for the developer type: feature request New feature or request

Comments

@ghost
Copy link

ghost commented Feb 5, 2020

Will there be a firebase version for sailfish?

@google-oss-bot

This comment has been minimized.

@stewartmiles
Copy link
Contributor

@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.

@stewartmiles stewartmiles added the type: feature request New feature or request label Feb 5, 2020
@ghost
Copy link
Author

ghost commented Feb 6, 2020

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

@ghost
Copy link
Author

ghost commented Feb 6, 2020

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

@stewartmiles
Copy link
Contributor

@ghost
Copy link
Author

ghost commented Feb 7, 2020

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

@DellaBitta
Copy link
Contributor

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.

@DellaBitta DellaBitta added the needs-info Need information for the developer label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-info Need information for the developer type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants