|
|
hace 8 años | |
|---|---|---|
| .. | ||
| ApiTests | 8743564d9f Enables open-sourced functional tests run on other infrastructure. (#118) | hace 8 años |
| EarlGreyTests | 7ac4caa016 Uses official Firebase Auth product names in code and doc. (#32) | hace 8 años |
| Sample | 96685dfbb9 Deprecates the old phone number auth method. (#236) | hace 8 años |
| Samples.xcodeproj | 36c20d92b7 Add FirAuthUrlPresenter (#222) | hace 8 años |
| SwiftSample | b5ed1c60f6 Switchs Auth Swift sample to use the new phone number auth API. (#237) | hace 8 años |
| Podfile | 0297375121 Rename FirebaseDev to FirebaseCommunity (#98) | hace 8 años |
| README.md | 925a1cc0a2 Merge from private/auth-master (#159) | hace 8 años |
| UnitTests | a2c406cfe3 Uses a symbol link as the path to unit test files to avoid red links in Xcode. (#77) | hace 8 años |
This directory contains a set of samples and tests that integrate with FirebaseAuth.
The Podfile specifies the dependencies and is used to construct an Xcode workspace consisting of the samples, modifiable FirebaseAuth library, and its dependencies.
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 Samples.xcworkspace
Then select a scheme and run.