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
In v9 of the Firebase SDK, firebase/firestore exports doc and collection as functions. It may be confusing for developers to have to always remember to be careful with their imports. For example, they'd have to do:
In v9 of the Firebase SDK,
firebase/firestore
exportsdoc
andcollection
as functions. It may be confusing for developers to have to always remember to be careful with their imports. For example, they'd have to do:Maybe we should change the names of rxfire's
doc
andcollection
? MaybedocSnapshots
andquerySnapshots
?The text was updated successfully, but these errors were encountered: