Skip to content

Reactjs app with firebase authentication, storage and firestore db

Notifications You must be signed in to change notification settings

herzogmatthias/firestore-image-sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firestore-Image-Sharing(Not for Mobile)

This is a Serverless App for sharing images between people.

Built with

Features

  • Login with your Google Account
  • Upload your own Images
  • Delete your own Images
  • Like Images from other people
  • include tags with Images e.g. #Hello
  • Filter Images by Tags
  • Write Comments under Images
  • Get Notified when somebody writes a comment under your post

Website

https://firestore-image-sharing.firebaseapp.com

Getting started

If you want to mess around with it by yourself follow these steps.

  1. you will need npm and node js from here then open a command prompt and type
npm install npm@latest -g
  1. Then you can clone the repo and install the dependencies
git clone https://github.com/MatthiasHerzog2000/firestore-image-sharing.git
cd *foldername*
npm install
  1. Next open the folder in your favourite Code Editor e.g. visual studio code.
  2. There you need to replace the const config in firebase/firebase.js with your own credentials which you'll get here firebase console. A good tutorial is here Add Firebase to your JS Project.
  3. Then open a command prompt and type and the project should start up
npm start

Special Thanks

Julian Kaindl