-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
@Nantris
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. (Update: This may produce intermittent issues not seen with uploadBytes, or it might be a coincidence) - 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.