firebase-js-sdk icon indicating copy to clipboard operation
firebase-js-sdk copied to clipboard

Firebase Javascript SDK

Results 633 firebase-js-sdk issues
Sort by recently updated
recently updated
newest added

### [REQUIRED] Describe your environment * Operating System version: Windows 11 * Browser version: Chrome 100 * Firebase SDK version: 8 / 9 * Firebase Product: remote config ### [REQUIRED]...

api: remoteconfig
feature request

### Operating System Windows 11 ### Environment (if applicable) Version 128.0.6613.115 (Official Build) (64-bit) ### Firebase SDK Version ^10.12.2 ### Firebase SDK Product(s) Database ### Project Tooling React, typescript, parcel...

bug
api: database
documentation

### Operating System Windows 11 ### Environment (if applicable) Version 128.0.6613.115 (Official Build) (64-bit) ### Firebase SDK Version ^10.12.2 ### Firebase SDK Product(s) Database ### Project Tooling React, typescript with...

api: database
question
needs-attention

### Operating System macOS ### Browser Version Safari 16.5.2 ### Firebase SDK Version 10.1.0 ### Firebase SDK Product: Auth ### Describe your project's tooling index.html with source tag. ### Describe...

api: auth
feature request

### [REQUIRED] Describe your environment * Operating System version: iOS 16+ * Browser version: Safari 16+ * Firebase SDK version: 9.9.2 * Firebase Product: realtime database ### [REQUIRED] Describe the...

bug
api: database
v9

### Operating System Windows ### Environment (if applicable) Chrome 128 ### Firebase SDK Version 10.11.0 ### Firebase SDK Product(s) Auth ### Project Tooling MV3 Chrome extension service worker built using...

api: auth
question
needs-attention

This allows symmetry for the user object: ```ts const user = (await signInAnonymously(auth)).user; const userString = JSON.stringify(user); const resaturated = /* new: */ userFromJSON(auth, userString); ``` This also allows more...

### Operating System windows 10 ### Environment (if applicable) Angular 15.2.9 ### Firebase SDK Version 9.23.0 ### Firebase SDK Product(s) Messaging ### Project Tooling Angular universal app with webpack. ###...

api: messaging
question
needs-attention

### Operating System Any ### Browser Version Any ### Firebase SDK Version Any ### Firebase SDK Product: Database ### Describe your project's tooling N/A ### Describe the problem Every other...

api: database
question
needs-attention
feature request

Demo of autoinit on AppHosting, need to cleanup, implementation is a bit gross. Install firebase-js-sdk normally, copy this [`@firebase/util` tarball](https://drive.google.com/file/d/1uVRs1OOROsn7ZKq9gcGuVLswW8OLTVst/view?usp=drive_link&resourcekey=0-rglC6uiVLvRXzHFmsM-UZg) into your source dir and `npm i --save ./firebase-util-1.9.7.tgz`, deploy...