A SwiftUI iOS app with Firebase authentication.
- User authentication (Sign In/Sign Up)
- Firebase integration
- SwiftData for local storage
- Modern SwiftUI interface
- iOS 15.0+
- Xcode 14.0+
- Swift 5.0+
- Clone the repository
git clone https://github.com/Audacity88/cliktok.git- Open the project in Xcode
cd cliktok
open cliktok.xcodeproj-
Install dependencies using Swift Package Manager
- Firebase iOS SDK (FirebaseAuth, FirebaseCore)
-
Build and run the project in Xcode
- Add your
GoogleService-Info.plistfile to the project - Make sure Firebase is properly configured in your Firebase Console
This project is licensed under the MIT License - see the LICENSE file for details