-
Notifications
You must be signed in to change notification settings - Fork 7
Using the Example Project
Thanks for choosing EasyFirebase! π Follow these steps to set up the EasyFirebase example project.
You'll need to use a version of Xcode that supports iOS 15.0+.
Head to the repository homepage, then clone the project.
Navigate to the root directory of the project, then find easy-firebase > Examples > EasyFirebaseExample_iOS.xcodeproj and open the Xcode project file.
Wait for the dependencies to download, then run the project in a simulator or physical device using βR.
You can test out the features of EasyAuth. Enter a username or password, create an account or sign in, and then view your user data.
This page helps you understand how EasyFirestore works. The local ExampleDocument
object has three fields: favFood
, hasJob
and age
. You can adjust the local values using the fields and the Locally Update Object button. To push to Firestore, use the other buttons. EasyFirestore will automatically update the local object when data in Firestore updates, but you can also use the Manually Fetch Data button to do the same.
For more details on what each of the buttons do, be sure to browse through the code. Relevant files to check out:
- AuthView.swift π
- ExampleUser.swift π
- Global.swift ππ₯
- FirestoreView.swift π₯
- ExampleDocument.swift π₯
π = EasyAuth example π₯ = EasyFirestore example
EasyFirebase Wiki
β Installation
π Get Started with EasyAuth
π₯ Get Started with EasyFirestore
π Implement Sign In with Google
π Implement Sign In with Apple
π Using the Example Project
π Flowductive Website