How to exchange data between a webpage with App using Firebase

0

I have a web page where I want to receive information from an App or exchange information between them but using Firebase, the App sends the information to the web page and the user responds with a confirmation message but all with the Firebase platform . Is it possible to interconnect them using Firebase? How can I make this submission?

    
asked by anonymous 08.12.2017 / 13:36

1 answer

0

Hello. Well, you did not specify what technologies you used to develop the web application. If you are using angle 2, I recommend using AngularFire 2 (angle library for firebase manipulation). But if the application is pure javascript, just import the library. Links: AngularFire2 , Example AngularFire2 , Importing the firebase library into pure javascript , examples of using firebase in pure javascript ,

I hope you have helped :)

    
09.12.2017 / 01:11