0
I have a User App that sends a request that will be received by a Company App. For now the user App sends data that is being recorded only in Firebase.
How do I recover this data in the other Company App? Type name, address, photo, among other information.
The same way you would recover in the user app, connect the app to the same firebase and use it the same way
– Costamilam
Connect the other App to the same Firebase project? So I have to create the same user app classes in the company app? Correct?
– E FRANÇA
Yes, when you created a project on the firebase console you followed a step by step and it gave you a file and snippets to add to the firebase file
graddle
if I’m not mistaken, do the same thing for the second app– Costamilam
Blz... I’ll try here. VLW
– E FRANÇA