Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Bir Firebase projesi oluşturun. Size verilen Google-services.json dosyasını android/app klasörü altına kopyalayın. Örnek kullanım

  • android/build.gradle dosyanızın dependencies bölümüne aşağıdaki satırı ekleyin. Örnek kullanım

    Code Block
    languagejava
    classpath 'com.google.gms: google-services: 4.3.3'

  • android/app/build.gradle dosyanızın en altına aşağıdaki satırı ekleyin. Örnek kullanım

    Code Block
    languagejava
    apply plugin: 'com.google.gms.google-services'

...