Skip to content

Pod is helping to move data documents around your local storage and Firebase

License

Notifications You must be signed in to change notification settings

St00per/FireHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FireHelper

Pod is helping to move data documents around your local storage and Firebase

Installation

1.Create New Firebase Project

2.Select iOS App

3.Add your App BundleID

4.Receive GoogleService-Info.plist and add it to your xcode project

For more information about Firebase you can follow the next links:

https://www.youtube.com/watch?v=iMkifTEaefE&t=146s

https://www.youtube.com/watch?v=rvxYRm6n_NM&t=103s&list=PL_NE75wlOdk_YjriXBFkUGA3OxPZM1cf4&index=11

  1. Import FireHelper pod

  2. Add to your AppDelegate class in launch option func two next lines:

   FireHelper.default.configure() 

and

FireHelper.default.setReference(collectionName: "YOUR COLLECTION NAME")

If your collection doesn't exist it will be created automatically

  1. Now you can use FireHelper.default as a singleton in all of your project

For more FireHelper functionality, proceed to class public protocols and functions.

usage example: https://github.com/St00per/SettingsLoader

About

Pod is helping to move data documents around your local storage and Firebase

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors