Skip to content

Commit b289e5e

Browse files
authored
Merge pull request firebase#536 from danielemaddaluno/patch-1
FacebookAppID must not have the prefix fb
2 parents d52ee63 + 15bcc20 commit b289e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/swift/FirebaseUI-demo-swift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<key>CFBundleVersion</key>
5555
<string>1</string>
5656
<key>FacebookAppID</key>
57-
<string>fb{your-app-id}</string>
57+
<string>{your-app-id}</string>
5858
<key>FacebookDisplayName</key>
5959
<string>{your-app-name}</string>
6060
<key>LSApplicationQueriesSchemes</key>

0 commit comments

Comments
 (0)