0
I can read the data from the dp firebase database through a web console. This search of the data can be done through an HTML page knowing that the data is already stored in the database?
NOTE: This data was set in an App
0
I can read the data from the dp firebase database through a web console. This search of the data can be done through an HTML page knowing that the data is already stored in the database?
NOTE: This data was set in an App
Browser other questions tagged php html firebase
You are not signed in. Login or sign up in order to post.
It is possible with Nodejs or firebase-php for PHP
– Valdeir Psr
You can use the REST API for this https://firebase.google.com/docs/reference/rest/database/
– Rômulo Gabriel Rodrigues