All Projects → Balaviknesh → iOS-SwiftUI-Firebase-Login-Example

Balaviknesh / iOS-SwiftUI-Firebase-Login-Example

Licence: other
Complete Sign up and Sign in Process for iOS SwiftUI - using Firebase Email and Password Authentication.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to iOS-SwiftUI-Firebase-Login-Example

Rxfirebase
Rxjava 2.0 wrapper on Google's Android Firebase library.
Stars: ✭ 509 (+1275.68%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
Nextjs Redux Firebase Authentication
Boilerplate Project for Authentication with Firebase in NextJs and Redux
Stars: ✭ 90 (+143.24%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
React Firebase Authentication
🔥 Boilerplate Project for Authentication with Firebase in React.
Stars: ✭ 863 (+2232.43%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
Firebase Admin Java
Firebase Admin Java SDK
Stars: ✭ 345 (+832.43%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+8843.24%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
React Gatsby Firebase Authentication
🐣🔥Starter Project / Boilerplate for Authentication with Firebase and plain React in Gatsby.js
Stars: ✭ 356 (+862.16%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
The Road To React With Firebase
📓The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (+121.62%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
StoryboardPreviewsBySwiftUI
Introduce how to make the Storyboard file and Xib file correspond to the preview function by SwiftUI.
Stars: ✭ 35 (-5.41%)
Mutual labels:  swiftui, swift5, swiftui-example
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+5918.92%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
Firebase Php
Unofficial Firebase Admin SDK for PHP
Stars: ✭ 1,657 (+4378.38%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
Firebase Js Sdk
Firebase Javascript SDK
Stars: ✭ 3,844 (+10289.19%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
Chatter
Real time chat app written in Swift 4 using Firebase
Stars: ✭ 30 (-18.92%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
React Redux Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and Redux
Stars: ✭ 265 (+616.22%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
Laravel Firebase
A Laravel package for the Firebase PHP Admin SDK
Stars: ✭ 369 (+897.3%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
Swiftwebui
A demo implementation of SwiftUI for the Web
Stars: ✭ 3,663 (+9800%)
Mutual labels:  swiftui, swift5, swiftui-example
Firebase Admin Node
Firebase Admin Node.js SDK
Stars: ✭ 1,050 (+2737.84%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
SwiftUI-App
This swiftUI Demo is very simple & easy to understand. This swiftUI demo includes On-boarding screens, login screen, forgot password screen, sign up screen, home & logout.
Stars: ✭ 175 (+372.97%)
Mutual labels:  swiftui, swift5, swiftui-example
NYTimes-iOS
🗽 NY Times is an Minimal News 🗞 iOS app 📱 built to describe the use of SwiftSoup and CoreData with SwiftUI🔥
Stars: ✭ 152 (+310.81%)
Mutual labels:  swiftui, swift5, swiftui-example
React Mobx Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and MobX
Stars: ✭ 111 (+200%)
Mutual labels:  firebase-auth, firebase-database, firebase-authentication
SwiftUIDemo
A demo app showing you how to build a table view and navigation interface with SwiftUI
Stars: ✭ 26 (-29.73%)
Mutual labels:  swiftui, swift5, swiftui-example

You can find the updated version here - https://github.com/Balaviknesh/Firebase_Login_SwiftUI_2020

iOS Swift Firebase Login Complete Setup

This example iOS application project has the complete and latest login system using Firebase. The Login system uses the firebase-auth library and Email & Password Authentication method. The application is built on the latest SwiftUI components.

Features:

  • Sign Up
  • Sign In
  • Verify Email Address
  • Forgot Password
  • Password Reset (Through Email link)
  • Error View

Notes

  • Includes SwiftUI
  • Built with Swift 5 and Firebase
  • Includes Pods
  • Xcode public Beta

Please don’t forget to create Firebase Project for iOS and to add the GoogleService-Info.plist file to your Xcode project.

Add the Firebase pod for Auth

pod ‘Firebase/Analytics’ pod ‘Firebase/Auth’

How to run this example project

  • Clone or download the project
  • delete ‘Pods/‘, ‘Podfile.lock’
  • Run Terminal on the Project Folder (iOS-SwiftUI-Firebase-Login-Example)
  • pod de-integrate
  • pod install
  • Open .xcworkspace file
  • GoogleService-Info.plist to the project folder
  • Build and Run

Note that SwiftUI features available and works only on Xcode 11

Runs only on devices with iOS13 or above

Screenshots

alt text alt text alt text alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].