Skip to content

Ionic 2 social media microblogging platform built with firebase 3 as backend

Notifications You must be signed in to change notification settings

davepartner/fireblogger

Repository files navigation

Fireblogger

#notice The updated version of this project with geofire and geolocation setup is here => Ionic3 firebase geofire setup . Dont forget to star it, I'm counting on you . thanks.

A blogging app built with Ionic 2 and Firebase

Tutorial

The video tutorials for this repo is on youtube, please do well to subscribe: https://www.youtube.com/playlist?list=PLnBvgoOXZNCPxZJohnrdfR6Nlr1ilaHJO

Usage

To download and use this project you need to have the following installed on your machine

When you have completed the above processes, run: You can download this project directly or clone it using git run the following command

 git clone https://github.com/daveozoalor/fireblogger-ionic2-firebase3-social-network

After downloading/cloning it Change directory and run npm install Run

cd fireblogger
npm install

to pull in the project dependencies.

*After that, you need to update the app.ts located in `app\app.ts' your own firebase credentials that you obtained firebase console for the project it will look like this:

<script src="https://www.gstatic.com/firebasejs/3.3.0/firebase.js"></script>
<script>
  // Initialize Firebase
  // TODO: Replace with your project's customized code snippet
  var config = {
    apiKey: "<API_KEY>",
    authDomain: "<PROJECT_ID>.firebaseapp.com",
    databaseURL: "https://<DATABASE_NAME>.firebaseio.com",
    storageBucket: "<BUCKET>.appspot.com",
  };
  firebase.initializeApp(config);
</script>

That's all, you are good to go.

How to thank me

Contacts

  • You can reach the me on daveozoalor@gmail.com, I'd like to join your team.
  • Just buzz me up on facebook

License

Fireblogger is open-sourced software licensed under the MIT license.