Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to make Firebase compatible with Chromium (or other multi-process apps)?

I'm trying to add Firebase to a custom version of Chromium and don't know how to resolve this issue:

GoogleService failed to initialize, status: 10, Missing google app id value from from string resources with name google_app_id

I added google_app_id to res/values/values.xml. The value comes from the google-services.json file. The error persists.

Can the cause be that Firebase isn't compatible with multi-process apps like Chromium (where each browser tab is a separate process)? How can I overcome this problem? Is there some other possible cause?

Comments