I have connected my unity project to a Firebase database. In the editor everything works without problems.I can read and write the database in the editor.When I create an apk and use it on my mobile device I can not access the database. The database is not initialized on the mobile device. But in the editor it is.
1 Like
Iām facing the same problem here. Do you remember how did you solve it?