invertase / react-native-firebase

πŸ”₯ A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
https://rnfirebase.io
Other
11.75k stars 2.21k forks source link

[πŸ›] πŸ”₯ Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp() ANDROID ONLY #6010

Closed xantrac closed 2 years ago

xantrac commented 2 years ago

Issue

I got a react-native-app that uses react-native-firebase/auth. Everything works fine when I run on IOS but when running Android every time auth() is called this error is thrown.

 ERROR  Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()

I already attempted to troubleshoot with the existing issues but nothing worked for me, I think is something that has to do with apply plugin: 'com.google.gms.google-services' and my current setup.


Project Files

Javascript

import 'react-native-reanimated'
import createUrqlClient from '@config/client'
import '@react-native-firebase/app'
import auth from '@react-native-firebase/auth'
import { onboardingStore } from '@state/onboarding'
import { TailwindProvider } from '@utils/tailwind'
import React from 'react'
import { Platform } from 'react-native'
import codePush from 'react-native-code-push'
import { GestureHandlerRootView } from 'react-native-gesture-handler'
import OneSignal from 'react-native-onesignal'
import { SafeAreaProvider } from 'react-native-safe-area-context'
import { enableScreens } from 'react-native-screens'
import { Provider } from 'urql'
import Navigator from './navigation'

enableScreens()
if (__DEV__) {
  auth().useEmulator('http://0.0.0.0:9099')
}

package.json:

{
  "name": "moonrise",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "emulators": "firebase emulators:start --only auth,storage",
    "emulators-stop": "firebase emulators:stop --only auth,storage",
    "firebase": "firebase",
    "prepack": "create-tailwind-rn",
    "generate": "graphql-codegen --config codegen.yml",
    "deploy-ios": "appcenter codepush release-react -a catalin_moonrise.com/Moonrise -d Production -m",
    "deploy-android": "appcenter codepush release-react -a catalin_moonrise.com/Moonrise-Android -d Production -m",
    "deploy": "yarn deploy-ios && yarn deploy-android"
  },
  "dependencies": {
    "@expo-google-fonts/lora": "^0.2.0",
    "@expo-google-fonts/nunito-sans": "^0.2.0",
    "@expo/vector-icons": "^12.0.5",
    "@gorhom/bottom-sheet": "^4",
    "@react-native-community/netinfo": "^6.0.4",
    "@react-native-community/push-notification-ios": "^1.10.1",
    "@react-native-firebase/analytics": "^12.0.0",
    "@react-native-firebase/app": "^14.2.2",
    "@react-native-firebase/auth": "^14.2.2",
    "@react-native-firebase/dynamic-links": "^12",
    "@react-native-firebase/messaging": "^12.8.0",
    "@react-native-firebase/storage": "^12.0.0",
    "@react-navigation/bottom-tabs": "^6.0.9",
    "@react-navigation/drawer": "^6.1.8",
    "@react-navigation/elements": "^1.2.1",
    "@react-navigation/native": "^6.0.6",
    "@react-navigation/stack": "^6.0.11",
    "@stripe/stripe-react-native": "^0.2.3",
    "@urql/exchange-auth": "^0.1.6",
    "@urql/exchange-graphcache": "^4.3.5",
    "@urql/exchange-retry": "^0.3.0",
    "add": "^2.0.6",
    "appcenter": "^4.3.0",
    "appcenter-analytics": "^4.3.0",
    "appcenter-crashes": "^4.3.0",
    "autoprefixer": "^10.2.6",
    "chroma-js": "^2.1.2",
    "dayjs": "^1.10.5",
    "expo": "^43.0.0-beta.3",
    "expo-av": "~10.1.2",
    "expo-constants": "~12.1.2",
    "expo-contacts": "~10.0.3",
    "expo-font": "~10.0.3",
    "expo-haptics": "~11.0.3",
    "expo-linear-gradient": "~10.0.3",
    "expo-location": "~13.0.4",
    "expo-media-library": "~13.0.3",
    "expo-modules-core": "~0.4.4",
    "expo-task-manager": "~10.0.3",
    "graphql": "^15.5.1",
    "graphql-ws": "^5.5.0",
    "immer": "^9.0.3",
    "libphonenumber-js": "^1.9.34",
    "moti": "^0.16.0",
    "postcss": "^8.3.0",
    "react": "^17.0.2",
    "react-native": "^0.66.4",
    "react-native-auto-size-text": "^1.1.1",
    "react-native-awesome-gallery": "^0.2.6",
    "react-native-blurhash": "^1.1.5",
    "react-native-bootsplash": "^4.0.2",
    "react-native-code-push": "^7.0.4",
    "react-native-dotenv": "^2.5.5",
    "react-native-fast-image": "^8.3.4",
    "react-native-fs": "^2.18.0",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-image-colors": "^1.4.0",
    "react-native-markdown-display": "^7.0.0-alpha.2",
    "react-native-mask-input": "^1.0.4",
    "react-native-mmkv-storage": "^0.6.8",
    "react-native-mov-to-mp4": "team-moonrise/react-native-mov-to-mp4",
    "react-native-onesignal": "^4.3.0",
    "react-native-pager-view": "^5.2.0",
    "react-native-permissions": "^3.0.4",
    "react-native-radar": "^3.2.3",
    "react-native-reanimated": "2.2.3",
    "react-native-safe-area-context": "^3.2.0",
    "react-native-screens": "^3.8.0",
    "react-native-share": "^6.2.1",
    "react-native-shared-element": "^0.8.3",
    "react-native-signature-canvas": "^4.3.0",
    "react-native-svg": "^12.1.1",
    "react-native-vision-camera": "^2.11.2",
    "react-native-webview": "^11.13.0",
    "react-navigation-shared-element": "^3.1.3",
    "rgb-hex": "^4.0.0",
    "seamless-immutable": "^7.1.4",
    "subscriptions-transport-ws": "^0.9.19",
    "tailwind-rn": "team-moonrise/tailwind-rn",
    "tailwindcss": "^2.1.4",
    "urql": "^2.0.4",
    "yarn": "^1.22.17",
    "zustand": "^3.5.2"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/preset-typescript": "^7.15.0",
    "@babel/runtime": "^7.12.5",
    "@graphql-codegen/cli": "^2.1.1",
    "@graphql-codegen/typescript": "^2.1.2",
    "@graphql-codegen/typescript-operations": "^2.1.2",
    "@graphql-codegen/typescript-urql": "^3.1.2",
    "@react-native-community/eslint-config": "^2.0.0",
    "@testing-library/react-native": "^9.0.0",
    "@types/chroma-js": "^2.1.3",
    "@types/jest": "^27.4.0",
    "@types/react-native": "0.66",
    "@types/react-native-push-notification": "^7.3.0",
    "@types/react-test-renderer": "^16.9.2",
    "@types/seamless-immutable": "^7.1.15",
    "babel-jest": "^27.4.5",
    "babel-plugin-module-resolver": "^4.1.0",
    "eslint": "^7.14.0",
    "jest": "^27.4.5",
    "metro-react-native-babel-preset": "^0.66.2",
    "react-native-codegen": "^0.0.7",
    "react-test-renderer": "17.0.2",
    "reactotron-react-native": "^5.0.1",
    "ts-jest": "^27.1.2",
    "typescript": "~4.3.5"
  },
  "resolutions": {
    "@types/react": "^17"
  },
  "react-native-unimodules": {
    "android": {
      "configuration": "compile"
    }
  }
}

firebase.json for react-native-firebase v6:

{
    "emulators": {
        "auth": {
            "port": 9099,
            "host": "0.0.0.0"
        },
        "firestore": {
            "port": 8000,
            "host": "0.0.0.0"
        },
        "database": {
            "port": 9000,
            "host": "0.0.0.0"
        },
        "storage": {
            "port": 9199,
            "host": "0.0.0.0"
        },
        "ui": {
            "enabled": true
        }
    },
    "firestore": {
        "rules": "firestore.rules",
        "indexes": "firestore.indexes.json"
    },
    "storage": {
        "rules": "storage.rules"
    }
}

iOS

Click To Expand

#### `ios/Podfile`: - [ ] I'm not using Pods - [x] I'm using Pods and my Podfile looks like: ```ruby # N/A ``` #### `AppDelegate.m`: ```objc // N/A ```


Android

Click To Expand

#### Have you converted to AndroidX? NOT SURE ABOUT THIS - [ ] my application is an AndroidX application? - [ ] I am using `android/gradle.settings` `jetifier=true` for Android compatibility? - [ ] I am using the NPM package `jetifier` for react-native compatibility? #### `android/build.gradle`: ```groovy // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { RNNKotlinVersion = "1.3.61" buildToolsVersion = "30.0.2" minSdkVersion = 23 compileSdkVersion = 31 targetSdkVersion = 31 // ndkVersion = "20.1.5948944" ndkVersion = "21.4.7075529" } repositories { google() mavenCentral() jcenter() } dependencies { classpath("com.android.tools.build:gradle:4.2.2") classpath 'com.google.gms:google-services:4.3.10' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { mavenCentral() mavenLocal() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url("$rootDir/../node_modules/react-native/android") // url(new File(["node", "--print", "require.resolve('react-native/package.json')"].execute().text.trim(), "../android")) } maven { // Android JSC is installed from npm url("$rootDir/../node_modules/jsc-android/dist") // url(new File(["node", "--print", "require.resolve('jsc-android/package.json')"].execute().text.trim(), "../dist")) } // maven { // url 'https://google.bintray.com/exoplayer/' // } google() mavenCentral() jcenter() maven { url 'https://www.jitpack.io' } } } ``` #### `android/app/build.gradle`: ```groovy buildscript { repositories { gradlePluginPortal() } dependencies { classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.10, 0.99.99]' } } apply plugin: "com.android.application" apply plugin: 'com.google.gms.google-services' apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin' import com.android.build.OutputFile /** * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets * and bundleReleaseJsAndAssets). * These basically call `react-native bundle` with the correct arguments during the Android build * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the * bundle directly from the development server. Below you can see all the possible configurations * and their defaults. If you decide to add a configuration block, make sure to add it before the * `apply from: "../../node_modules/react-native/react.gradle"` line. * * project.ext.react = [ * // the name of the generated asset file containing your JS bundle * bundleAssetName: "index.android.bundle", * * // the entry file for bundle generation. If none specified and * // "index.android.js" exists, it will be used. Otherwise "index.js" is * // default. Can be overridden with ENTRY_FILE environment variable. * entryFile: "index.android.js", * * // https://reactnative.dev/docs/performance#enable-the-ram-format * bundleCommand: "ram-bundle", * * // whether to bundle JS and assets in debug mode * bundleInDebug: false, * * // whether to bundle JS and assets in release mode * bundleInRelease: true, * * // whether to bundle JS and assets in another build variant (if configured). * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants * // The configuration property can be in the following formats * // 'bundleIn${productFlavor}${buildType}' * // 'bundleIn${buildType}' * // bundleInFreeDebug: true, * // bundleInPaidRelease: true, * // bundleInBeta: true, * * // whether to disable dev mode in custom build variants (by default only disabled in release) * // for example: to disable dev mode in the staging build type (if configured) * devDisabledInStaging: true, * // The configuration property can be in the following formats * // 'devDisabledIn${productFlavor}${buildType}' * // 'devDisabledIn${buildType}' * * // the root of your project, i.e. where "package.json" lives * root: "../../", * * // where to put the JS bundle asset in debug mode * jsBundleDirDebug: "$buildDir/intermediates/assets/debug", * * // where to put the JS bundle asset in release mode * jsBundleDirRelease: "$buildDir/intermediates/assets/release", * * // where to put drawable resources / React Native assets, e.g. the ones you use via * // require('./image.png')), in debug mode * resourcesDirDebug: "$buildDir/intermediates/res/merged/debug", * * // where to put drawable resources / React Native assets, e.g. the ones you use via * // require('./image.png')), in release mode * resourcesDirRelease: "$buildDir/intermediates/res/merged/release", * * // by default the gradle tasks are skipped if none of the JS files or assets change; this means * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to * // date; if you have any other folders that you want to ignore for performance reasons (gradle * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/ * // for example, you might want to remove it from here. * inputExcludes: ["android/**", "ios/**"], * * // override which node gets called and with what additional arguments * nodeExecutableAndArgs: ["node"], * * // supply additional arguments to the packager * extraPackagerArgs: [] * ] */ project.ext.react = [ enableHermes: false, // clean and rebuild if changing cliPath: new File(["node", "--print", "require.resolve('react-native/package.json')"].execute().text.trim(), "../cli.js"), ] apply from: new File(["node", "--print", "require.resolve('react-native/package.json')"].execute().text.trim(), "../react.gradle") apply from: "../../node_modules/react-native-code-push/android/codepush.gradle" /** * Set this to true to create two separate APKs instead of one: * - An APK that only works on ARM devices * - An APK that only works on x86 devices * The advantage is the size of the APK is reduced by about 4MB. * Upload all the APKs to the Play Store and people will download * the correct one based on the CPU architecture of their device. */ def enableSeparateBuildPerCPUArchitecture = false /** * Run Proguard to shrink the Java bytecode in release builds. */ def enableProguardInReleaseBuilds = false /** * The preferred build flavor of JavaScriptCore. * * For example, to use the international variant, you can use: * `def jscFlavor = 'org.webkit:android-jsc-intl:+'` * * The international variant includes ICU i18n library and necessary data * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that * give correct results when using with locales other than en-US. Note that * this variant is about 6MiB larger per architecture than default. */ def jscFlavor = 'org.webkit:android-jsc:+' /** * Whether to enable the Hermes VM. * * This should be set on project.ext.react and mirrored here. If it is not set * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode * and the benefits of using Hermes will therefore be sharply reduced. */ def enableHermes = project.ext.react.get("enableHermes", false); /** * Architectures to build native code for in debug. */ def nativeArchitectures = project.getProperties().get("reactNativeDebugArchitectures") android { ndkVersion rootProject.ext.ndkVersion packagingOptions { pickFirst '**/*.so' } compileSdkVersion rootProject.ext.compileSdkVersion defaultConfig { applicationId "moonrise.com.moonrise" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 4 versionName "1.0" multiDexEnabled true resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis()) } splits { abi { reset() enable enableSeparateBuildPerCPUArchitecture universalApk false // If true, also generate a universal APK include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" } } signingConfigs { release { if (project.hasProperty('MYAPP_UPLOAD_STORE_FILE')) { storeFile file(MYAPP_UPLOAD_STORE_FILE) storePassword MYAPP_UPLOAD_STORE_PASSWORD keyAlias MYAPP_UPLOAD_KEY_ALIAS keyPassword MYAPP_UPLOAD_KEY_PASSWORD } } debug { storeFile file('debug.keystore') storePassword 'android' keyAlias 'androiddebugkey' keyPassword 'android' } } buildTypes { debug { signingConfig signingConfigs.debug if (nativeArchitectures) { ndk { abiFilters nativeArchitectures.split(',') } } } release { // Caution! In production, you need to generate your own keystore file. // see https://reactnative.dev/docs/signed-apk-android. signingConfig signingConfigs.release minifyEnabled enableProguardInReleaseBuilds proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" } } // applicationVariants are e.g. debug, release applicationVariants.all { variant -> variant.outputs.each { output -> // For each separate APK per architecture, set a unique version code as described here: // https://developer.android.com/studio/build/configure-apk-splits.html // Example: versionCode 1 will generate 1001 for armeabi-v7a, 1002 for x86, etc. def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4] def abi = output.getFilter(OutputFile.ABI) if (abi != null) { // null for the universal-debug, universal-release variants output.versionCodeOverride = defaultConfig.versionCode * 1000 + versionCodes.get(abi) } } } } dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" // From node_modules implementation 'androidx.multidex:multidex:2.0.1' implementation project(':react-native-share') implementation "androidx.core:core-splashscreen:1.0.0-alpha02" implementation 'androidx.work:work-runtime-ktx:2.7.0' def isGifEnabled = (findProperty('expo.gif.enabled') ?: "") == "true"; def isWebpEnabled = (findProperty('expo.webp.enabled') ?: "") == "true"; def isWebpAnimatedEnabled = (findProperty('expo.webp.animated') ?: "") == "true"; // If your app supports Android versions before Ice Cream Sandwich (API level 14) // All fresco packages should use the same version if (isGifEnabled || isWebpEnabled) { implementation 'com.facebook.fresco:fresco:2.0.0' implementation 'com.facebook.fresco:imagepipeline-okhttp3:2.0.0' } if (isGifEnabled) { // For animated gif support implementation 'com.facebook.fresco:animated-gif:2.0.0' } if (isWebpEnabled) { // For webp support implementation 'com.facebook.fresco:webpsupport:2.0.0' if (isWebpAnimatedEnabled) { // Animated webp support implementation 'com.facebook.fresco:animated-webp:2.0.0' } } implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" implementation platform('com.google.firebase:firebase-bom:28.4.0') implementation 'com.google.firebase:firebase-analytics' debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { exclude group:'com.facebook.fbjni' } debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { exclude group:'com.facebook.flipper' exclude group:'com.squareup.okhttp3', module:'okhttp' } debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") { exclude group:'com.facebook.flipper' } if (enableHermes) { // def hermesPath = "../../node_modules/hermes-engine/android/"; // debugImplementation files(hermesPath + "hermes-debug.aar") // releaseImplementation files(hermesPath + "hermes-release.aar") debugImplementation files(new File(["node", "--print", "require.resolve('hermes-engine/package.json')"].execute().text.trim(), "../android/hermes-debug.aar")) releaseImplementation files(new File(["node", "--print", "require.resolve('hermes-engine/package.json')"].execute().text.trim(), "../android/hermes-release.aar")) } else { implementation jscFlavor } } // Run this once to be able to run the application with BUCK // puts all compile dependencies into folder libs for BUCK to use task copyDownloadableDepsToLibs(type: Copy) { from configurations.implementation into 'libs' } configurations.all { resolutionStrategy { force "androidx.camera:camera-core:1.1.0-alpha08" force "androidx.camera:camera-camera2:1.1.0-alpha08" force "androidx.camera:camera-lifecycle:1.1.0-alpha08" force "androidx.camera:camera-extensions:1.0.0-alpha28" force "androidx.camera:camera-view:1.0.0-alpha28" force "androidx.exifinterface:exifinterface:1.3.3" } } // apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/package.json')"].execute().text.trim(), "../native_modules.gradle"); applyNativeModulesAppBuildGradle(project) ``` #### `android/settings.gradle`: ```groovy rootProject.name = 'Moonrise' include ':react-native-safe-area-context' project(':react-native-safe-area-context').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-safe-area-context/android') include ':@react-native-community_cameraroll' project(':@react-native-community_cameraroll').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/cameraroll/android') include ':react-native-share' project(':react-native-share').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-share/android') //apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGrale(settings) apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute().text.trim(), "../scripts/autolinking.gradle"); useExpoModules() apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) // apply from: new File(["node", "--print", "require.resolve('react-native-unimodules/package.json')"].execute().text.trim(), "../gradle.groovy"); includeUnimodulesProjects() // apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/package.json')"].execute().text.trim(), "../native_modules.gradle"); applyNativeModulesSettingsGradle(settings) include ':app', ':react-native-code-push' project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app') ``` #### `MainApplication.java`: ```java package moonrise.com.moonrise; import android.app.Application; import android.content.Context; import android.content.res.Configuration; import androidx.annotation.NonNull; import com.microsoft.codepush.react.CodePush; import com.facebook.react.PackageList; import com.facebook.react.ReactApplication; import com.facebook.react.ReactInstanceManager; import com.facebook.react.ReactNativeHost; import com.facebook.react.ReactPackage; import com.facebook.react.bridge.JSIModulePackage; import com.facebook.soloader.SoLoader; import expo.modules.ApplicationLifecycleDispatcher; import expo.modules.ReactNativeHostWrapper; import java.lang.reflect.InvocationTargetException; import java.util.List; import androidx.multidex.MultiDexApplication; import cl.json.RNSharePackage; import cl.json.ShareApplication; import io.radar.sdk.Radar; public class MainApplication extends MultiDexApplication implements ReactApplication { private final ReactNativeHost mReactNativeHost = new ReactNativeHostWrapper( this, new ReactNativeHost(this) { @Override public boolean getUseDeveloperSupport() { return BuildConfig.DEBUG; } @Override protected List getPackages() { @SuppressWarnings("UnnecessaryLocalVariable") List packages = new PackageList(this).getPackages(); // Packages that cannot be autolinked yet can be added manually here, for example: // packages.add(new MyReactNativePackage()); // Add unimodules // List unimodules = Arrays.asList( // new ModuleRegistryAdapter(mModuleRegistryProvider) // ); // packages.addAll(unimodules); return packages; } @Override protected String getJSMainModuleName() { return "index"; } @Override protected String getJSBundleFile() { return CodePush.getJSBundleFile(); } // @Override // protected JSIModulePackage getJSIModulePackage() { // return new ReanimatedJSIModulePackage(); // <- add // } // @Override // protected JSIModulePackage getJSIModulePackage() { // return new MoonriseJSIPackage(); // <-- your package's name // } @Override protected JSIModulePackage getJSIModulePackage() { return new CustomMMKVJSIModulePackage(); } // @Override // protected JSIModulePackage getJSIModulePackage() { // return new ReanimatedJSIModulePackage(); // <- add // } }); @Override public ReactNativeHost getReactNativeHost() { return mReactNativeHost; } @Override public void onCreate() { super.onCreate(); SoLoader.init(this, /* native exopackage */ false); initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); if (BuildConfig.DEBUG) { Radar.initialize(this, "prj_test_pk_ef36bf26430a5f897ea9fdff780cc605cf09fe99"); } else { Radar.initialize(this, "prj_live_pk_547a95ecaca1c468314fa06c3578005b00c52ea0"); } ApplicationLifecycleDispatcher.onApplicationCreate(this); } @Override public void onConfigurationChanged(@NonNull Configuration newConfig) { super.onConfigurationChanged(newConfig); ApplicationLifecycleDispatcher.onConfigurationChanged(this, newConfig); } /** * Loads Flipper in React Native templates. Call this in the onCreate method with something like * initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); * * @param context * @param reactInstanceManager */ private static void initializeFlipper( Context context, ReactInstanceManager reactInstanceManager) { if (BuildConfig.DEBUG) { try { /* We use reflection here to pick up the class that initializes Flipper, since Flipper library is not available in release mode */ Class aClass = Class.forName("moonrise.com.moonrise.ReactNativeFlipper"); aClass .getMethod("initializeFlipper", Context.class, ReactInstanceManager.class) .invoke(null, context, reactInstanceManager); } catch (ClassNotFoundException e) { e.printStackTrace(); } catch (NoSuchMethodException e) { e.printStackTrace(); } catch (IllegalAccessException e) { e.printStackTrace(); } catch (InvocationTargetException e) { e.printStackTrace(); } } } } ``` #### `AndroidManifest.xml`: ```xml ```


Environment

Click To Expand

**`react-native info` output:** ``` System: OS: macOS 12.1 CPU: (10) arm64 Apple M1 Pro Memory: 91.33 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 17.1.0 - /var/folders/zl/q4dvs0h565g0fht06zp7h8yr0000gp/T/yarn--1641994597833-0.3394953730374519/node Yarn: 1.22.17 - /var/folders/zl/q4dvs0h565g0fht06zp7h8yr0000gp/T/yarn--1641994597833-0.3394953730374519/yarn npm: 8.1.2 - ~/.asdf/plugins/nodejs/shims/npm Watchman: 2022.01.03.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.2 - /Users/m.dellolio/.asdf/shims/pod SDKs: iOS SDK: Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3 Android SDK: API Levels: 29, 30, 31, 32 Build Tools: 30.0.2, 31.0.0, 32.0.0 System Images: android-31 | ARM 64 v8a, android-31 | Google APIs ARM 64 v8a, android-32 | Google APIs ARM 64 v8a Android NDK: Not Found IDEs: Android Studio: 2020.3 AI-203.7717.56.2031.7935034 Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild Languages: Java: 11.0.11 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: ^17.0.2 => 17.0.2 react-native: ^0.66.4 => 0.66.4 react-native-macos: Not Found npmGlobalPackages: *react-native*: Not Found ✨ Done in 5.78s. ``` ``` OUTPUT GOES HERE ``` - **Platform that you're experiencing the issue on**: - [ ] iOS - [x] Android - [ ] **iOS** but have not tested behavior on Android - [ ] **Android** but have not tested behavior on iOS - [ ] Both - **`react-native-firebase` version you're using that has this issue:** - `"@react-native-firebase/app":·"^14.2.2"` - **`Firebase` module(s) you're using that has the issue:** - `"@react-native-firebase/auth":·"^14.2.2"` - **Are you using `TypeScript`?** - `Y "typescript":·"~4.3.5"`


mikehardy commented 2 years ago

Hi there!

This is a serious problem, with regard to versioning:


    "@react-native-firebase/analytics": "^12.0.0",
    "@react-native-firebase/app": "^14.2.2",
    "@react-native-firebase/auth": "^14.2.2",
    "@react-native-firebase/dynamic-links": "^12",
    "@react-native-firebase/messaging": "^12.8.0",
    "@react-native-firebase/storage": "^12.0.0",

----> https://invertase.io/blog/react-native-firebase-versioning

And I imagine there is something going on in the android integration

This won't result in a change in the module, and that's what we track as issues, so I am going to close this, but I provide resources for people to generate default scaffolding so they may see a functioning project and compare it to theirs to see what went wrong.

Here's the script that does that https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh

Read the script to see each required step, and see how it works. You can run it if you like and at the end (assuming you've put json / plist project files in place for it to use) it will generate a running project and actually run it. Then you can compare your project state with that one to see what's going on

Hope this helps

xantrac commented 2 years ago

Ok thank you for the quick answer, I'll go through the script and I'll let you know the outcome