My name is Mattia, from Italy.
The boss of my company ask me to modify the code of Rocket.Chat.ReactNative. He wants change the Firebase linked to the application so that user data remain registered in our database.
I followed the guidelines from firebase console. I downloaded the google-services.json and replaced on android project. I have enabled the email login method.
The app works but when try to register a new user nothing appear in the list of User in Authentication.
I found this file inside the project, is named google-services.prod.json
I searched the internet to know what is it, but i haven't found anything about it.
In the part of code where is called the fuction to register with the server, there is this
and this is the js file where RocketChat is set
At this point i don't know what change.
Please help me. how do I make it work?