Skip to content

Commit a893ebe

Browse files
authored
docs(app, ios): note that AppDelegate.mm or .m is fine
Related #6625
1 parent a3fc794 commit a893ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Select the downloaded `GoogleService-Info.plist` file from your computer, and en
100100

101101
To allow Firebase on iOS to use the credentials, the Firebase iOS SDK must be configured during the bootstrap phase of your application.
102102

103-
To do this, open your `/ios/{projectName}/AppDelegate.m` file, and add the following:
103+
To do this, open your `/ios/{projectName}/AppDelegate.mm` file (or `AppDelegate.m` if on older react-native), and add the following:
104104

105105
At the top of the file, import the Firebase SDK:
106106

0 commit comments

Comments
 (0)