firebase-console

Your Operation was forbidden issue in Firebase Console

ぃ、小莉子 提交于 2019-11-29 09:07:16
I created an Android Project. Now I want to add Firebase into my android project. I register my application on firebase console. Now When I try to add my sha-1 key in to project it gives me following error. I search on google and stackoverflow but didn't receive any proper answer. According to some answers this error occurs when I insert same sha-1 key in to another project of firebase. Let me tell you that this is my only project in firebase console. I do not have any other project in this firebase account. So what could be the problem and how can I add this sha-1 in my firebase project ?

Assign specific role (Authentication) to a Firebase Console user

自闭症网瘾萝莉.ら 提交于 2019-11-28 13:58:16
I have a Firebase app, and I want to know if it's possible to restrict a Firebase Console user to access only to the "Authorizations" tab. (to CRUD users). The access must be by the Firebase (regular) Web Console Especially, I don't want the user to see the database data via the web console. Is that possible? I've managed to give him access to the entire project, and he can do anything I can do (is an Admin). I haven't found nothing about this in the docs / searching. firebaser here Collaborators on a project currently have access to the entire Firebase Console. You can limit to having read

Firebase: Dashboard / Audiences probable bug?

為{幸葍}努か 提交于 2019-11-28 11:08:27
问题 Ok I'm pretty new to firebase and analytics but I'm seeing some kind of incongruency between what the dashboard is showing me and what the Audiences tab shows me. Dashboard: and the Audiences (predefined Audience All Users): Any ideas if I'm looking at this the wrong way or if it's just a bug? Thanks!! 回答1: The threshold of 10 is actually based on Advertising Identifiers (and not Analytics "users"). And so, if your set of 13 Monthly Active Users has fewer than 10 Advertising Identifiers among

In the new Firebase console I can't edit the name of nor move nor clone any node of a realtime database

你说的曾经没有我的故事 提交于 2019-11-28 11:01:21
In the new Firebase console I can't edit the name of nor clone nor move any node (change parent) of a realtime database I have even tested setting Rules to Public. Is this by design ? What then, is the use of this console ? ONLY to change child values ? There is indeed no way to clone a node or rename a key in the Firebase Database console. Since the Firebase Database API doesn't have a clone/rename operation, we also don't have an equivalent in the UI. Note that this operation also wasn't possible in the previous Firebase Dashboard, for the same reason. It has nothing to do with your security

Firebase Cloud Messaging Statistics API

流过昼夜 提交于 2019-11-28 10:30:42
I'm using an application server to send messages by Firebase Cloud Messaging. Firebase console does not list such a message which sent by app server. When I use Firebase console directly to send messages, it will display some analysis on its own messages. Like this: The questions is, how can I access message statistics when I'm using an app servers? Frank van Puffelen As of August 2018 (announced in this blog post ), API send stats can be viewed in the "Reports" tab of the FCM console. By default it only shows notification type messages, so if you're only sending data messages with the API, be

How can I check database and storage usage in new firebase console

别等时光非礼了梦想. 提交于 2019-11-28 05:40:20
After I migrated my app to console.firebase.google.com I cannot view the database usage quota, bandwidth usage and several other statistics in the firebase.com analytics tab. Is there any way to check this using new panel? Update : you can now see your project's Realtime Database , Cloud Storage , and Hosting usage in the Firebase console. Update (20160727): you can now see your project's database usage from the Firebase Console. Thanks for your patience! Previous answer: the database usage quota charts are not yet available in the new Firebase Console . We're working on adding them, as well

Delete all users from firebase auth console

北慕城南 提交于 2019-11-28 04:53:39
Is there an easy way to delete all registered users from firebase console? For example, I created a hundred users from my development environment, and now I want to delete all of them. firebaser here Update 2016-11-08 original answer below We just released the Firebase Admin SDK , which supports administrative use-cases, such as deleting a user account without requiring that user to sign in first . original answer There is currently no API in Firebase Authentication to delete a user without requiring that user to sign in. We know this limits the usability of our API and are working to add such

Is there a way to generate a push ID from the Console in the new Realtime Database?

▼魔方 西西 提交于 2019-11-28 00:45:29
I have a listing node in my Database and wanted to add data into it from the web console. I want to have a push ID as the key of the object. Something like this : { "listing": { "4acd4g1OreMyo2FkW6DlQH7ZhvY2": { "name": "abc", "location": "xyz" } } } where '4acd4g1OreMyo2FkW6DlQH7ZhvY2' would be the auto generated push ID. I know it can be done using the Android/iOS/JS SDKs (using the push method). But is this possible from the console? No, the console doesn't support it currently. I've been using firebase for a while and I've never needed it :) 来源: https://stackoverflow.com/questions/37454625

How to recover deleted project from firebase console

帅比萌擦擦* 提交于 2019-11-27 23:49:12
I imported my project from by using Import Google Project in firebase console. Then I deleted it permanently thinking that I will again import it. But now when i click to import, that project is not coming in the list. Kindly help me set it. Thanks in advance! There is a period of roughly 30 days, during which deleted projects can be recovered. To recover your project click here . Go to the bottom left and click on the pending deletion link to recover your deleted project. Click on the checkbox to select your project Click on Restore. OK so if by mistake you have deleted your project form

Firebase - Where is My Account Secret in the New Console?

梦想的初衷 提交于 2019-11-27 18:27:34
I just updated my projects to the new Google Apps / Firebase console. Where do I find the secret associated with my account in the new console? click on the settings/cog wheel icon next to your project name at the top of the new Firebase Console Click Project settings Click on the Service Accounts tab Click on Database Secrets Hover over the non-displayed secret and click Show I have added a picture with steps on how to reach this step. You may find this useful https://imgur.com/a/Y2gzD To see a full list of all the credentials associated with your firebase app you would have to go to Google