Matt Shannon

Results 22 comments of Matt Shannon

Hey @alonstar, did you ever figure out why the iOS version isn't updating? I'm having the same issue, Android works fine but iOS says it's been updated and running the...

Hey @jogotronic did you ever find a fix for your RLV grouping error?

Same issue here with vanilla JS.

Thanks @tujlaky I already have that apply plugin in my app.gradle file. This is driving me crazy.

I was able to fix my issue. The classpath `com.google.gms:google-services` wasn't being copied over to the `build.gradle` dependencies node.

@maddy2get basically what @comporell has posted above. Your `platform/app/build.gradle` needs to have `apply plugin: "com.google.gms.google-services"` and your `platform/build.gradle` needs to contain ` dependencies { classpath "com.google.gms:google-services:4.3.4"}` I use an `after-prepare`...

@pmiguelmartins Do you have the `google-service.json` file in that directory? https://developers.google.com/android/guides/google-services-plugin

The `apply plugin: 'com.google.gms.google-services'` needs to be called at the beginning of the `platform/app/build.gradle` and the `dependencies { classpath "com.google.gms:google-services:4.3.4"}` goes in the root `build.gradle`.

Excuse me for asking again but you are downloading your `google-service.json` file from your `firebase` account correct?