firebase-console

Can't create firebase indexing due to this message This page has moved to new location. Please update your bookmarks

这一生的挚爱 提交于 2020-08-19 07:30:09
问题 When I try to create a firebase indexing through the link that is created automatically it shows in a popup message "This page has moved to a new location. Please update your bookmarks." and it doesn't create the firebase indexing can someone help me? a screenshot of the message shown 回答1: My link was without the "database" word already, but when I changed the: ..google.com/v1/r/... to ..google.com/u/0/... it worked. Note the "v1" and "r" is replaced in the working link for me. I am using

Setting Custom claims manually in firebase console [duplicate]

戏子无情 提交于 2020-06-17 09:34:17
问题 This question already has an answer here : Firebase - how to set custom claim from the console [duplicate] (1 answer) Closed 3 days ago . Is there a way I can assign admin roles or custom claims to a user mannually in the firebase console without going through firebase functions. Basically I want get one user in the database with all the roles for testing purposes 回答1: At the time of writing, there isn't any way to add/remove Custom Claims manually from the Firebase console. You need indeed

Firebase unable to edit dynamic link behavior for android app from console

不想你离开。 提交于 2020-06-01 05:14:10
问题 When editing dynamic links in my Android Firebase app I try to define the link behavior for Android by choosing "Open the deep link in your Android app", followed by pressing Next "if your app is not installed, send the user to" Firebase will not save a change from 'Google Play page for your app" to "Custom URL or Google Play Instant Experience". It "edits" successfully, and then is back to the previous setting when I check it. 来源: https://stackoverflow.com/questions/62029462/firebase-unable

How to manually add a document to a collection in Firestore database?

纵饮孤独 提交于 2020-03-23 04:46:33
问题 I have a quite simple database in Firestore (geographic name, lat and Lon). The database is very static and I only need to add or remove a record (document) once a while. How can I add a record manually to the collection, with the same fields as the other documents? When I press "Add document" the console asks me to input each field (see screenshot). 回答1: The following HTML page will allow you to write to your spots Firestore collection. You need to adapt the fields, of course, as well as the

Can not see the Firebase function deployed

风格不统一 提交于 2020-03-17 05:39:48
问题 I followed the following steps: The Firebase CLI (Command Line Interface) requires Node.js and npm, which you can install by following the instructions on https://nodejs.org/ Installing Node.js also installs npm Once you have Node.js and npm installed, install the Firebase CLI via npm: npm install -g firebase-tools This installs the globally available firebase command. To update to the latest version, re-run the same command Initialize your project: a. Run firebase login to log in via the

How to send a push notification from the Firebase console to a specific GCM/FCM device token ID

泄露秘密 提交于 2020-03-13 14:00:05
问题 In Urban Airship, when I am composing a notification, I can target specific users by searching for a Urban Airship channel_id (device ID): I sent from Urban Airship the push notification that I am showing above, and I received it successfully. Now I want to do the same thing, send a push notification to a specific device, but now using the Firebase console. The problem is that in Firebase, in the step where I need to specify the target , it only allows me to choose User segment or topic . I