Work with firebase without/and localstorage

hi guys,

My app have profil containing several informations (15 text input of 30 characters).

when i fetch information from firebase, do i need store them in localstorage before display or not ?

thanks in advance

good night

Ummm… You should be asking yourself, “Do I need Local Storage?”

Firebase will work with or without Local Storage. It’s a question of your app’s requirements.

EDIT:
If you just need to display the data and not save it, then no, you don’t need Local Storage.

for me i don"t need to store local data, but face to user connection speed i’m asking myself what is the best way for user experience cause i don"t want they wait a lot while fetch time.

EDIT
thanks for your precision