|
|
8 лет назад | |
|---|---|---|
| .. | ||
| ApiTests | fb0e72be90 Removes trailing whitespaces in AuthSamples. (#85) | 8 лет назад |
| EarlGreyTests | 7ac4caa016 Uses official Firebase Auth product names in code and doc. (#32) | 8 лет назад |
| Sample | 45c6e1c523 Uses framework imports for GoogleSignIn, FBSDKCoreKit, and FBSDKLoginKit. (#87) | 8 лет назад |
| Samples.xcodeproj | cf5604218c Removes old `FIREmailPasswordAuthProvider` files. (#90) | 8 лет назад |
| SwiftSample | fb0e72be90 Removes trailing whitespaces in AuthSamples. (#85) | 8 лет назад |
| Podfile | 2a02085044 Fixes auth sample project issues: (#47) | 8 лет назад |
| README.md | 2a02085044 Fixes auth sample project issues: (#47) | 8 лет назад |
| UnitTests | a2c406cfe3 Uses a symbol link as the path to unit test files to avoid red links in Xcode. (#77) | 8 лет назад |
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
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.