react native [[DEFAULT]] firebaseapp 未初始化 react-native-firebase

Posted

技术标签:

【中文标题】react native [[DEFAULT]] firebaseapp 未初始化 react-native-firebase【英文标题】:react native the [[DEFAULT]] firebaseapp is not initialized react-native-firebase 【发布时间】:2018-11-21 17:29:47 【问题描述】:

我正在尝试将 react-native-firebase 模块与 react native 一起使用。

我得到的错误:

我遵循的步骤:

Step1:创建基本应用程序

react-native init myFirebaseApp

移至项目

cd myFirebaseApp

已安装的模块

npm install --save react-native-firebase

第 2 步:设置 Firebase SDK (https://rnfirebase.io/docs/v4.2.x/installation/ios)

创建了 Firebase 应用并下载了适用于 iOS 的 GoogleService-Info.plist

复制

GoogleService-Info.plist

在项目中,然后

pod init

将这些行添加到 pod 文件中

  pod 'Firebase/Core'
  pod 'Firebase/Firestore'

已安装的依赖项

pod install

最后是链接库

react-native link

有人可以指导我缺少什么或做错了什么?

【问题讨论】:

AppDelegate.m 文件怎么样? rnfirebase.io/docs/v4.2.x/installation/… 【参考方案1】:

修改您的 AppDelegate.hAppDelegate.m 文件

AppDelegate.h 中添加这个,

#import <Firebase.h>

AppDelegate.m 中添加[FIRApp configure];

#import <React/RCTRootView.h>
#import <ReactNativeNavigation/ReactNativeNavigation.h>

@implementation AppDelegate

 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

  [FIRApp configure]; // <=== Add this line

  NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
  [ReactNativeNavigation bootstrap:jsCodeLocation launchOptions:launchOptions];

  return YES;


@end

【讨论】:

以上是关于react native [[DEFAULT]] firebaseapp 未初始化 react-native-firebase的主要内容,如果未能解决你的问题,请参考以下文章

@react-native-firebase/messaging : TypeError: (0 , _messaging.default)(...).registerForRemoteNotific

React native Configuration with name 'default' not found.

React Native - FirebaseError: Firebase: No Firebase App '[DEFAULT]' has been created

TypeError(RN 0.61.2):_ firebaseApp.default.messaging不是函数

TypeError: _app.default.auth 不是一个函数 - React Native Web - Firebase

@react-native-firebase/admob 的基本用法给出:“TypeError: (0, _admob.default) is not a function”。是不是已弃用?或为啥不起