invertase / react-native-firebase

🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
https://rnfirebase.io
Other
11.7k stars 2.22k forks source link

Analytics not working with flavors #4248

Closed Acetyld closed 4 years ago

Acetyld commented 4 years ago

So its not working somehow. Authentication, firestore is working fine. But.. analytics is giving "Failed to retrieve FireBase instance ID"

The logEvents are not showing up in DebugView and every logEvent gives the Failed to retrieve firebase instance..

And i cant get the application verified in the firebase settings, it keeps asking to set SDK.

afbeelding

analytics().logEvent('test', { id: 3745092, item: 'mens grey t-shirt', description: ['round neck', 'long sleeved'], size: 'L', })

I tried the following:

mikehardy commented 4 years ago

Why do you persist in ignoring our issue template?

Acetyld commented 4 years ago

Tbh instantly deleted the template, its a bad habit, as of writing this message i am filling in the template

mikehardy commented 4 years ago

Try this https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh

And yes, that's a terrible habit. Instantly deletes my desire to help :shrug:

Acetyld commented 4 years ago

@mikehardy currently working on windows. We switched to only android because soundboards are a pain in the ass on iOS and copyright etc.. We currently have 11 in playstore with roughly 1mil users. I made a new post btw with the correct format ^_^ and all the info you asked for