There
are different steps involve to Host the apps on Firebase Server i.e.
Steps 1 – Install the below commands globally!
Steps 2 – Initialize Firebase App!
Run the below commands in the root folder of the app!
Steps 3 – Deploy Firebase App using below commands!
Stayed Informed - Firebase Tutorial for Android and IOS
I hope you are enjoying with this post! Please share with you friends. Thank you so much!
Steps 1 – Install the below commands globally!
npm
install -g
firebase-tools
Steps 2 – Initialize Firebase App!
firebase
login
Run the below commands in the root folder of the app!
firebase
init
Steps 3 – Deploy Firebase App using below commands!
firebase
deploy
Stayed Informed - Firebase Tutorial for Android and IOS
I hope you are enjoying with this post! Please share with you friends. Thank you so much!