In this tutorial, you will use the firebase library to read/write/listen data from Google Firebase.
5.2.1 How to
1. Install firebase (tested on v9.9.1).
2. Update 'App.js' file.
3. Write data:
-Update 'components/RegisterComponent.js' file.
4. Read data once:
5. Listen for value events:
5.2.2 Screenshots