firebase-console

Migration of Google Project to Firebase Console

情到浓时终转凉″ 提交于 2019-12-13 16:21:43
问题 Will importing a Google Project into Firebase interfere with or break the operation of any legacy applications using the related APIs? For example, we currently use the Youtube APIs to allow users to upload videos to a website. Would this be affected after migrating? 回答1: It shouldn't break the legacy applications since the API key etc will remain the same. I've migrated the Google Project to Firebase project. I used to use Google Cloud Messaging API. Now I migrated from GCM to FCM (Firebase

Firebase custom event parameters not visible in console

孤者浪人 提交于 2019-12-12 10:43:11
问题 I need help with custom parameters of Firebase event, don’t seem to be able to see or use any event parameter. Basically trying to use parameters to create Audience segmentation, but parameters seem to never arrive (on the other hand all custom events arrive correctly). As you can see from the attached screenshot the parameters list is always empty for custom events. The only parameters we can correctly see are related to system events (like first_open or in_app_purchase ). This is how we

Firebase console and google dev console blank page issues

依然范特西╮ 提交于 2019-12-12 03:46:55
问题 I have an issue with loading page getting a blank page. It's happen in firebase console and Google dev console. I use incognito mode, login, then get the same issue. i use both firefox and chrome. in the firefox console log i get this 404 error message GET https://www.gstatic.com//pantheon//js/k=pantheon.pantheon_module_set.id.jFtQq5XQ3tE.O/m=core,jsmod_projectdetail/am=DAqwhQqAhoAQQmpiFHkEKgBAhAkIAQxBAg/rt=j/d=1/rs=ADqnUbOpczU20KGvxrQKHlph8_IyuMsZaw [HTTP/2.0 404 Not Found 6564ms] Anyone

Parent document is being marked as “deleted” (italics) by default

泪湿孤枕 提交于 2019-12-11 19:14:49
问题 I am having a weird issue where our parent document is being marked as deleted. I am inserting a new document like this: const userDoc = admin.firestore().doc(`/user_bundles/${context.params.userId}/bundles/${chargeRecord.course_id}/media/${chargeRecord.media_type}`); return userDoc.set(bundleDoc.data(), { merge: true }); However, the "chargeRecord.course_id" document is being marked as deleted, resulting in empty queries. I've ran into another question and answer where it explained this can

Firebase Analytics - How to add Screen Names and Log Events

前提是你 提交于 2019-12-11 14:13:10
问题 I want to add Screen Name and Log Event to Firebase's Analytics. I have tried below code, but I'm unable to see the Event & Screen Name in Firebase's Console. //For Logging Event Bundle bundle = new Bundle(); bundle.putString("custom_param",nameEditText.getText().toString()); mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.GENERATE_LEAD, bundle); //For Adding Screen Name mFirebaseAnalytics.setCurrentScreen(this, "Visitor Entry", VisitorEntryActivity.class.getSimpleName()); I have already

Remove production APNs

梦想的初衷 提交于 2019-12-11 05:38:50
问题 I have accidentally uploaded my development environment APN where I wanted my production APN .p12 file in Firebase. However I cannot remove it now. There are a button that says "Upload new", which I have tried, but afterwards there are still the old development APN .p12 file. I have as well tried to delete the iOS app and then install it again, but the keys are still stored under "Cloud Messaging". How am I able to delete an APN key? 回答1: This same problem happened to me. However the

Send silent notification to my iOS app in background, through FCM message console

南楼画角 提交于 2019-12-11 02:29:22
问题 I want to send silent notifications to my iOS app, for which i have implemented FCM into it. while app is in background, i need to perform some operation when app gets the notification from the FCM . for that ,execution process will enter into the method called -(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler but problem is that, it does not enter into this method

Simulate updates inside Firebase Database Simulator

独自空忆成欢 提交于 2019-12-11 02:18:06
问题 My question is pretty simple, I don´t know how to simulate multiple updates inside Firebase Simulator. Since I don´t know how to even start I can´t provide any code. Any guidance will be very helpful. 回答1: There is currently no way to execute multi-location updates in the Firebase Database security rules simulator. It would be great to have that functionality, so can you file a feature request for it here? 来源: https://stackoverflow.com/questions/40168377/simulate-updates-inside-firebase

Firebase Database - How to know how much Space am I using?

夙愿已清 提交于 2019-12-10 19:05:16
问题 I can't find that information in the console. I thought I could export the JSON and see the actual size of the file but I don't know if there is a better way. I think it is somehting important to know if you need to upgrade your plan or not. Regards. 回答1: There is a connections tab in the Firebase console that shows the recent number of connections. 来源: https://stackoverflow.com/questions/37664592/firebase-database-how-to-know-how-much-space-am-i-using

Firebase Crashlytics not showing crash report in console dashboard swift

落花浮王杯 提交于 2019-12-10 00:52:15
问题 I have setup all these steps and bundel id on Firesbase Dashboard and tried crash many times but not getting any report. pod 'Firebase/Core' pod 'Fabric', '~> 1.7.2' pod 'Crashlytics', '~> 3.9.3' In Build phase added run Script : "${PODS_ROOT}/Fabric/run" Debug Inforation Format : DWARF with dSYM File running in simulator with following steps (IBAction)crashButtonTapped:(id)sender { [[Crashlytics sharedInstance] crash]; } Click play_arrow Build and then run the current scheme in Xcode to