I am using firebase database in my app. I wish to add Google+ login using Google API I don't want to use FirebaseUI for login feature. I have an existing google-services.json created from firebase console. Do I need to create and add another google-services.json from google developer console?
You should use the google-services.json that is supplied for your app in the Firebase console. If this is missing your Google+ sign-in parameter, you can supply it manually by calling a method or as a string resource.
I'm not sure about the parameter because I didn't do the google sign-in. Yet, I had a similar situation with running both Firebase and Google Analytics on the same app. There I used google-services.json from Firebase console and added missing GA tracked by calling newTracker analytics.newTracker(GA_TRACKER_ID);
. I believe that with sign-in it's a similar procedure.
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
I am trying to use the clang PrecompiledHeader for CMake found here: https://gistgithub
I am saving data to Firebase Realtime DatabaseWhen it comes to HTC 820 the data is not sending to Firebase Database