Skip to content

[🐛] Missing firebase-js-sdk API #7483

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. Ideally uploadBytes 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.


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions