How do you upload data to firebase and then retrieve the data on another screen in mit?

how to upload data to firebase and then retrieve the data on another screen in mit

  • Decide on a tag and bucket for your data value
  • upload the value to Firebase under that tag and bucket
  • switch screens (if you must)
  • request the data from Firebase using that tag and bucket
  • Check that the proper tag's value has arrived when the data arrives.

how to add multiple records to firebase. I create an app for driver and passenger where multiple drivers signup and upload their data for pick and drop and the passenger see the time date and location of the driver but i don't know how to create multiple email registration for drivers and add multiple data to show in passenger page


A more complicated approach