-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Issue Link 🔗 <!-- What is your redmine link for this task? --> ### Goals ⚽ <!-- List the high-level objectives of this pull request. --> <!-- Include any relevant context. --> **The primary goals of this pull request:** 1. Improve the login feature in the community app, working alongside Oğuzhan. 2. Use MVVM architecture and SwiftUI for development. 3. Add Firebase for various login options like email, anonymous, Apple, and Google login. ### Implementation Details 🚧 <!-- Explain the reasoning behind any architectural changes. --> <!-- Highlight any new functionality. --> We've enhanced the login functionality of the community app, choosing MVVM for its organization and SwiftUI for its simplicity. Firebase integration adds versatile login methods, improving user experience and security. ### Testing Details 🔍 <!-- Describe what tests you've added for your changes. --> **TBD** ### Screenshots/Gifs 📷 <!-- Add screenshots or Gifs when appropriate. --> <img src="https://github.com/SwiftBuddiesTR/BuddiesIOS/assets/98055405/6a4939c2-1f11-4ad4-bb8d-0b4348861ad8.gif" width="150"> ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other... Please describe:
- Loading branch information
Showing
45 changed files
with
1,400 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CLIENT_ID</key> | ||
<string>1015261010783-dq3s025o2j6pcj81ped6nqpbiv5m1fvr.apps.googleusercontent.com</string> | ||
<key>REVERSED_CLIENT_ID</key> | ||
<string>com.googleusercontent.apps.1015261010783-dq3s025o2j6pcj81ped6nqpbiv5m1fvr</string> | ||
<key>API_KEY</key> | ||
<string>AIzaSyAUZb6hIeGqfUZ21fpMnFjOpZXv9BUUtKg</string> | ||
<key>GCM_SENDER_ID</key> | ||
<string>1015261010783</string> | ||
<key>PLIST_VERSION</key> | ||
<string>1</string> | ||
<key>BUNDLE_ID</key> | ||
<string>io.tuist.SwiftBuddiesIOS</string> | ||
<key>PROJECT_ID</key> | ||
<string>swiftbuddies-717e1</string> | ||
<key>STORAGE_BUCKET</key> | ||
<string>swiftbuddies-717e1.appspot.com</string> | ||
<key>IS_ADS_ENABLED</key> | ||
<false></false> | ||
<key>IS_ANALYTICS_ENABLED</key> | ||
<false></false> | ||
<key>IS_APPINVITE_ENABLED</key> | ||
<true></true> | ||
<key>IS_GCM_ENABLED</key> | ||
<true></true> | ||
<key>IS_SIGNIN_ENABLED</key> | ||
<true></true> | ||
<key>GOOGLE_APP_ID</key> | ||
<string>1:1015261010783:ios:470fb09b3e679ad779b4ea</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.