Skip to content

bkdev32/Photogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📸 Photogram

Simple photo sharing app using Firebase Authentication and Storage with the ability to edit images before upload using Core Image Filters (up to 7)

I am currently working on extending the available features further by adding the ability to unlike & comment and additional image editing capabilities.

I have also identified a bug with the like feature that I have only noticed recently which I am working to fix and publish changes.

ezgif com-gif-maker

Project Setup

To be able to run this project, you will need to have a Firebase account.

Set up a new project on Firebase Console and follow the instructions to add config file and Firebase SDK.

Clone the repository and run:

pod init

Add the following to your project Podfile

  pod 'Firebase/Auth'
  pod 'Firebase/Firestore'
  pod 'Firebase/Storage'
  pod 'SDWebImage', '~> 5.0'

Then run:

pod install

Once the setup is completed, you will need to create a Firestore database and set-up the user Authentication. You can access the Firebase docs at firebase.google.com

=====================

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages