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
Post a Comment