Skip to content

Mehdi-Benrefad/Firebase-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase-App

To run the application follow the next steps


1- Create a Firebase Project

Console => New Project


2- attach the firebase Project to the IOS Application

choose IOS=> add this bundle id to the firebase project "Mehdi-Benrefad.FirebaseApp" => download the "GoogleService-Info.plist" file and add it on the project (delete the existing one on the xcode project)


3- install libaries from cocoapods

open podfile from Command Line "open -a xcode podfile"
=> add these lines on the file
pod 'Firebase/Analytics'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Core'
=> save the file
=> tap "pod install" on the Command Line
=> check if the firebase importation exist on the app delegate
=> check if this function (FirebaseApp.configure()) exist on the application method


4- Authentication

Go to Firebase:"
=>Activate autentication mode with email and password
=> Add a user by adding it's username and password

About

IOS App Written in Swift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published