firebase-admin-node
firebase-admin-node copied to clipboard
Firebase Admin Node.js SDK
When use `messaging().sendToDevice(tokens, payload)` where payload contains the `data` property, but it's contains `undefined` value, I given throws the follow error: ```js TypeError: Cannot use 'in' operator to search for...
#### Describe your environment * Operating System version: macOS Big Sur v11.2.3 * Firebase SDK version: 9.6.0 * Firebase Product: auth * Node.js version: 15.14.0 * NPM version: 7.9.0 ###...
Environment: * Operating System Version: Ubuntu 20.04.2 LTS * Firebase SDK version: 9.4.1 * Firebase Product: messaging (fcm) * Node.js version: v12.21.0 * NPM Version: 6.14.11 Steps to reproduce: *...
**Is your feature request related to a problem? Please describe.** The issue is related with the creation of a tenant using the sdk server side. The sdk is missing a...
**Is your feature request related to a problem? Please describe.** I use firebase realtime database and firebase functions to realize most of my backend processing for my apps. Currently firebase...
I've been looking for this feature but nothing found. I wonder how no one has needed before, i think is an important CRUD implementation. Doesn't it?
### [READ] Step 1: Are you in the right place? Yes ### [REQUIRED] Step 2: Describe your environment * Operating System version: Linux * Firebase SDK version: 9.20 * Firebase...
waiting for requirement of md5 confirmation add functionality and tests for specifying inputHashOrder for algorithms: hmac{md5, sha1, sha256, sha512} and {sha1, sha256, sha512}
**Is your feature request related to a problem? Please describe.** I am converting APNs tokens to Firebase registration tokens ("FRTs") on-the-fly in a backend push service. Many converted FRTs fail...
Does the firebase node admin ask have any connectTimeout property? While sending notification to some of my registration token it takes more than 2 minutes and then times out. This...