Recover Firebase Data in Other App

Asked

Viewed 32 times

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

  • Connect the other App to the same Firebase project? So I have to create the same user app classes in the company app? Correct?

  • 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

  • Blz... I’ll try here. VLW

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.