Open
Description
Issue
Unimplemented JS SDK features include:
- storage.uploadBytes (
This one is a blocker for us)uploadBytesResumable
seems like a drop-in replacement, at least for us, but maybe not for everyone and probably is a bit heavier to run. IdeallyuploadBytes
would be supported still. - storage.getStream
- storage.getBlob
- storage.getBytesSync
- database.forceLongPolling
- database.forceWebSockets
- auth.TotpMultiFactorGenerator (Required for authenticator-app-based multifactor)
Also possibly the following:
- auth.unenroll
- auth.addTokenListener
I located these by searching for the string not implemented
in the portions of the project we use. I've also made an effort to document the others but this may not be comprehensive, or may contain false positives for the auth
ones.
- 👉 Check out
React Native Firebase
andInvertase
on Twitter for updates on the library.
Activity