Ionic + StencilJS + Firebase: Live Updates with Firestore

preview_player
Показать описание
In this video, we continue on from the previous Firebase tutorial and add in live data updates with a Firestore database.

#ionic #stenciljs #firestore

Рекомендации по теме
Комментарии
Автор

Hey Josh! Nice videos! It might be useful if you just leave a link to a repo with the code you use in each video so people can follow it easier.

Thank you!

DavidLopez-wfuy
Автор

Where is the best place to initialize firebase?

fulanoeljitano
Автор

Hello Josh I had to add the following if statement around the initialize app
if ( ! firebase.apps.length ) { firebase.initializeApp( firebaseConfig ); }
to fix the [DEFAULT]: Firebase: Firebase App named '[DEFAULT]' console error.

MisterBoothCoUk