All Projects → appcoda → FirebaseLoginDemo

appcoda / FirebaseLoginDemo

Licence: other
A simple demo for Firebase Signup & Login

Programming Languages

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

Projects that are alternatives of or similar to FirebaseLoginDemo

QR-Scanner
A React Native QR code scanner app built using Expo
Stars: ✭ 17 (+0%)
Mutual labels:  demo-app, tutorial-code
ChatbotHotel
A Chatbot demo for DialogFlow (Formerly called API.AI)
Stars: ✭ 34 (+100%)
Mutual labels:  demo-app, tutorial-code
JavaFX-Tutorial-Codes
General program examples that I use for tutorials in 'GenuineCoder' YouTube channel
Stars: ✭ 87 (+411.76%)
Mutual labels:  demo-app, tutorial-code
HealthKit-and-Bluetooth-HRM
A simple Core Bluetooth demo
Stars: ✭ 51 (+200%)
Mutual labels:  demo-app, tutorial-code
Textdetection
Vision Framework Demo on Text Detection
Stars: ✭ 173 (+917.65%)
Mutual labels:  demo-app, tutorial-code
Realmcontent
Light Realm-powered content management system
Stars: ✭ 237 (+1294.12%)
Mutual labels:  demo-app
shortest-tutorial-ever
A list of the shortest tutorials ever.
Stars: ✭ 14 (-17.65%)
Mutual labels:  tutorial-code
Hello Kubernetes
Provides a demo app to deploy to a Kubernetes cluster. It displays a message, the name of the pod and details of the node it's deployed to.
Stars: ✭ 193 (+1035.29%)
Mutual labels:  demo-app
Chatify Demo
Chatify Laravel Package Demo application
Stars: ✭ 189 (+1011.76%)
Mutual labels:  demo-app
NLP Quickbook
NLP in Python with Deep Learning
Stars: ✭ 516 (+2935.29%)
Mutual labels:  tutorial-code
ARKitImageRecognition
ARKit 1.5 - Image Recognition Demo
Stars: ✭ 34 (+100%)
Mutual labels:  tutorial-code
zero-to-graphql-using-elixir
The purpose of this example is to provide details as to how one would go about using GraphQL with the Elixir Language.
Stars: ✭ 20 (+17.65%)
Mutual labels:  tutorial-code
FyWorld
FyWorld - Base-Building / Simulation Game & Tutorial in Unity
Stars: ✭ 207 (+1117.65%)
Mutual labels:  tutorial-code
android-tutorials-glide
Example code for Glide tutorial series, start here:
Stars: ✭ 16 (-5.88%)
Mutual labels:  tutorial-code
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (+1188.24%)
Mutual labels:  demo-app
xamarin-forms-demo-app
A demo application in this repository demonstrates the capabilities of the DevExpress Mobile UI for Xamarin.Forms: Data Grid, Editors, Charts, Scheduler, Data Form, and other controls.
Stars: ✭ 74 (+335.29%)
Mutual labels:  demo-app
Openui5 Sample App
OpenUI5 Sample App
Stars: ✭ 193 (+1035.29%)
Mutual labels:  demo-app
graphql-demo
Simple graphql server app.
Stars: ✭ 17 (+0%)
Mutual labels:  demo-app
cache-lite
An extremely lite-weight cache framework in Kotlin, demonstrating how cache works.
Stars: ✭ 97 (+470.59%)
Mutual labels:  tutorial-code
react-native-svg-example
A simple example app that shows how you can use SVG files in React Native
Stars: ✭ 31 (+82.35%)
Mutual labels:  demo-app

A simple demo for Firebase Signup & Login

Since Parse has started closing down there have been a couple of databases that have tried to replace Parse for Mobile Apps such as Firebase and Realm. Firebase is the one that is currently becoming the most popular because of the ease of use and speed. It also works with Android and Web as well as iOS which means that it is very useful for big projects because the database can be connected across all major devices. Firebase is owned by Google which means that the servers are very reliable and have great help on hand if needed. Firebase is also used by some very big tech companies like PicCollage, Shazam, Wattpad, Skyscanner and other big start-ups so you can see how reliable Firebase is.

In this tutorial we are going to look at a key aspect of this which is Login and Sign Up. We will also be looking at resetting the user’s password. We will be using the latest version of Firebase and XCode and also Swift 3. For this tutorial you need a basic to good understanding of Swift and XCode.

For the full tutorial, please refer to:

http://www.appcoda.com/firebase-login-signup

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].