Why this happen even my app name is not blank or default.
Are you initializing firebase using google-services.json then, enable the InitializeWithJsonFile property in FirebaseCore. If no, then, set firebase options using green blocks and initialize it with InitializeFirebase block. Then, In your firebase <component> , you need to use Init block to initialize the component.
1 Like
Yes i initialized in 2 methods, i will try again.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.