So first, i initialized the firebase ( because I also use the analytics service) Firebase initiliaze then fetch data( fetching is successful) but when i read the data it comes null when i run apk on mobile device. But it work on editor on my computer. Fetch and read data
so I would be glad if someone can help
I tried fetching stuff on firebase doc.
Do you have any logs from the Android and iOS devices? That might give us a clue--could be something related to the build setup. Often, everything will work fine in the editor, but something's missing from your builds for iOS and Android. A really common issue is that
google-services.jsonandGoogleService-Info.plistare missing from the Android and iOS builds, so Firebase can't initialize.Check out the Debugging the Game Build, Install and Run Process guide for a good troubleshooting primer that walks through the most common culprits.