-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Documentation Feedback
Documentation which is available is not working properly with new versions of react native and react in mobile apps so please we need to update the firebase documentation accordingly
problem :
When starting new project react native 0.70 version installing firebase package latest version 15.4.0 and then running pod install inside iOS getting error after folioing documentation https://rnfirebase.io/#configure-firebase-with-ios-credentials here we have appDelegate.mm file in new versions and in documentation its not there previously we have appDelegate.m file but now its not presents and by placing according to documentation #import <Firebase.h> on top of appDelegate.mmfile and inside laucnoptions [FIRApp configure]; then installing pod install its getting errors like frameworks errors and then solving those also getting one by one more errors in only new version.