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
This could be useful in scenario like implementing custom get strategy like, check in Cache first then check on server, which is opposite of default get method of firebase Firestore. Though they have optional parameter called source in there, documentRef.get(source: Source = Source.DEFAULT).
Same thing could be implemented with getDocument method of RxFirestore
The text was updated successfully, but these errors were encountered:
This could be useful in scenario like implementing custom get strategy like, check in Cache first then check on server, which is opposite of default get method of firebase Firestore. Though they have optional parameter called source in there, documentRef.get(source: Source = Source.DEFAULT).
Same thing could be implemented with getDocument method of RxFirestore
The text was updated successfully, but these errors were encountered: