firebase-console

Not able to remove or change .p12 certificate in Firebase Console

拥有回忆 提交于 2019-12-25 04:28:20
问题 I am using Firebase for sending push notification in iOS. After adding my .p12 certificate, Firebase will not update or remove certificate. Update popup is displayed but it will not make any changes. Can anybody know how to resolve this issue. Thanks in advance. 来源: https://stackoverflow.com/questions/39590962/not-able-to-remove-or-change-p12-certificate-in-firebase-console

Unable to download google-services.json file from Firebase Console

99封情书 提交于 2019-12-24 01:45:32
问题 I have successfully created project on Firebase Console but after adding package name and fingerprint the browser redirected to error page Firefox can’t find the file at https://console.firebase.google.com/m/mobilesdk/projects/xxxxxxxxxxxx/clients/android:com.lorem.ipsum/artifacts/2?param=["getArtifactRequest",null,"android:com.lorem.ipsum","2","xxxxxxxxxxxx"] I am continuously getting this message while trying to download file from project settings 回答1: I faced same issue once. Sign out +

Remove/delete Firebase dynamic links

家住魔仙堡 提交于 2019-12-23 17:11:04
问题 I have created the dynamic links using Firebase console. But there are no option to remove or delete or edit options. I want to delete dynamic links from the console. Any help appreciate. 回答1: This is not possible. Deleting links would be a problem since that could lead to broken data and user experiences. At Branch.io (full disclosure: I'm on the Branch team), we don't allow link deletion either (you can 'Archive' the link to get it off the screen, but that does not make the URL inactive).

Firebase analytics displays incorrect data in DebugView

拟墨画扇 提交于 2019-12-23 09:57:05
问题 I'm using Firebase Analytics. I registered two user properties and I have two custom events, each events includes 3 to 50 different options options. I met the problem that when I set the user property, very often DebugView displays the old user property for the event or is not displayed at all. Sometimes it works correctly. Please tell me how it can be fixed? My code. final class FirebaseAnalyticsManager { enum ScreenType { case editStoryScreen, homeScreen, previewStoryScreen,

Delete a Firebase Android app, then use its SHA1 and package name in another project

允我心安 提交于 2019-12-23 04:02:03
问题 I'm using Firebase for its Firebase Cloud Messaging service. I have 2 account, each of which has a project with and Android App. Account A -> Project A -> Android App A Account B -> Project B -> Android App B I need to delete Project A and migrate everything to Project B (Android and iOS apps, nothing else). Here's what I've done so far: deleted Android App A created Project B created Android App B I now need to add the SHA1s, used in Android App A, in Android App B, but I always get an error

Firebase Storage gs url to http

早过忘川 提交于 2019-12-22 18:59:11
问题 I downloaded a Unity project that use images stored in Firebase server using the following link: https://zplayer360-86b30.firebaseapp.com Now I want to reproduce this with my own file. I created a Firebase project using Firebase Console, uploaded manually the images, but now I click "copy folder url" button and it provide me only this link: gs://insidehome-29c9e.appspot.com/ I need a free HTTP public link. How can I obtain this? 回答1: When you upload a file to Firebase Storage, it

Cannot create new project in Firebase console

爷,独闯天下 提交于 2019-12-19 05:58:27
问题 While I creating project in the Firebase console, I getting the error "You have exceeded the maximum number of free Google projects that you can create. Try deleting unused projects in the Google APIs console or request a project limit increase". I removed unused projects from Firebase console, now i have only 2 projects in Firebase console, still it showing the error. Is there any limit for project creation in Firebase? 回答1: Firebase Projects are tied to a Google Cloud Service Project.

How to create a folder in Firebase Storage?

喜夏-厌秋 提交于 2019-12-18 18:56:19
问题 So the new Firebase has support for storage using Google Cloud Platform. You can upload a file to the images folder using: var uploadTask = storageRef.child('images').put(file, metadata); What if you want to create a subfolder images/user1234 dynamically using code? The offical sample does not show how to do that, nor the official guide or reference docs. Is the Firebase Console the only place where folders can be created manually? 回答1: The Firebase Console does allow you to create a folder,

How to create a folder in Firebase Storage?

*爱你&永不变心* 提交于 2019-12-18 18:56:09
问题 So the new Firebase has support for storage using Google Cloud Platform. You can upload a file to the images folder using: var uploadTask = storageRef.child('images').put(file, metadata); What if you want to create a subfolder images/user1234 dynamically using code? The offical sample does not show how to do that, nor the official guide or reference docs. Is the Firebase Console the only place where folders can be created manually? 回答1: The Firebase Console does allow you to create a folder,

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

做~自己de王妃 提交于 2019-12-17 15:33:18
问题 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? 回答1: 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 回答2: I have added a picture with steps on how to reach this step. You may find this useful https://imgur.com/a