|
|
%!s(int64=8) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| ApiTests | 4ec8b41098 Adds API Test for Email Update (#613) | %!s(int64=8) %!d(string=hai) anos |
| App | a84704f65b Removing an obsolete setting from plist files (#617) | %!s(int64=8) %!d(string=hai) anos |
| EarlGreyTests | ed3e4982f9 Standardize cross module imports with angle bracket syntax (#526) | %!s(int64=8) %!d(string=hai) anos |
| Sample | 9172e6eb7a Adds AdditionalUserInfo to Phone Auth (#623) | %!s(int64=8) %!d(string=hai) anos |
| SwiftSample | 3e592526ec Buildable and interoperable source pods (#444) | %!s(int64=8) %!d(string=hai) anos |
| Tests | c18af34fca Amends phone auth unit tests (#632) | %!s(int64=8) %!d(string=hai) anos |
| README.md | 9447e72cab Consolidate AuthSamples into main Firebase Xcode project (#288) | %!s(int64=8) %!d(string=hai) anos |
In order to run this application, you'll need to follow the following steps!
You'll need valid GoogleService-Info.plist files for those samples. To get your own
GoogleService-Info.plist files:
com.google.FirebaseExperimental1.dev)GoogleService-Info.plist and place it in
Sample/GoogleService-Info.plistThis feature is for advanced testing.
Please follow the instructions in Sample/ApplicationTemplate.plist to generate the right Application.plist file.
In order to test the "Reset Password In App" feature you will need to create a dynamic link for your
Firebase project in the Dynamic Links section of the Firebase Console. Once the link is created,
please copy the contents of
Sample/SampleTemplate.entitlements
into a file named Sample/Sample.entitlements and replace $KAPP_LINKS_DOMAIN with your own
relevant appLinks domain. Your appLinks domains are domains that your app will handle as universal
links, in this particular case you can obtain this domain from the aforementioned Dynamic Links
section of the Firebase Console.
Please follow the instructions in Sample/AuthCredentialsTemplate.h to generate the AuthCredentials.h file.
In order to run this application, you'll need to follow the following steps!
You'll need valid GoogleService-Info.plist files for those samples. To get your own
GoogleService-Info.plist files:
com.google.FirebaseExperimental2.dev)GoogleService-Info.plist and place it in
SwiftSample/GoogleService-Info.plistPlease follow the instructions in SwiftSample/InfoTemplate.plist to generate the right Info.plist file
Please follow the instructions in SwiftSample/AuthCredentialsTemplate.swift to generate the AuthCredentials.swift file.
In order to run the API tests, you'll need to follow the following steps!
Please follow the instructions in ApiTests/AuthCredentialsTemplate.h to generate the AuthCredentials.h file.
$ pod update
$ open Firebase.xcworkspace
Then select an Auth scheme and run.