You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great project, very helpful. Just a small suggestion to add
import 'firebase/database'
to config/firebase.js so that this is accessible to those of us still using the realtime database. I thought it came out the box with import firebase from "firebase/app" but apparently not.
The text was updated successfully, but these errors were encountered:
Great project, very helpful. Just a small suggestion to add
import 'firebase/database'
to config/firebase.js so that this is accessible to those of us still using the realtime database. I thought it came out the box with
import firebase from "firebase/app"
but apparently not.The text was updated successfully, but these errors were encountered: