All Projects → davepartner → fireblogger

davepartner / fireblogger

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

Programming Languages

CSS
56736 projects
typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fireblogger

ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (-35.19%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-3-video-calling-using-webrtc
This is demo code of how to implement video calling in ionic 3 using webrtc
Stars: ✭ 58 (+7.41%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
todo-list
TodoList using Ionic2/3 & Firebase: * PWA * SSO Google plus. * Share list via QRcode. * Upload image from Camera or Storage. * Speech Recognition.
Stars: ✭ 18 (-66.67%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionicfirebaseauth
Exemplo de alguns tipos de autenticação com Ionic 2 e Firebase
Stars: ✭ 18 (-66.67%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-uber-clone
Ionic 4 Taxi Booking script
Stars: ✭ 34 (-37.04%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic3
This repository contains complete source code for Ionic 3 tutorial from https://ampersandacademy.com/tutorials/ionic-framework-3. I will try many Ionic 3 specific scripts and will write them as separate tutorial. You can follow this repo to get more tested and working script for the Ionic 3.
Stars: ✭ 21 (-61.11%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-socialsharing-with-deeplinking-example
Ionic Social Sharing and Deep Linking example app. Complete Ionic Tutorial with free example app! Built for Ionic 3.
Stars: ✭ 16 (-70.37%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (-59.26%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (-64.81%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
Awesome Ionic
An "awesome" list of Ionic resources
Stars: ✭ 799 (+1379.63%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+285.19%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
Ion Affix
A directive for Ionic framework for creating affix headers.
Stars: ✭ 58 (+7.41%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic2-firebase-hackathon-starter
A hackathon starter for ionic2 using firebase, already has user authentication, reset password, google login etc
Stars: ✭ 34 (-37.04%)
Mutual labels:  ionic, hackathon, starter-kit, geofire
ionic-app-with-aws-cognito
Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.
Stars: ✭ 62 (+14.81%)
Mutual labels:  ionic, ionic-framework, ionic3
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-75.93%)
Mutual labels:  ionic, ionic2, ionic3
ionic3-awesome
😃 ionic3自定义组件及常用例子 演示地址
Stars: ✭ 95 (+75.93%)
Mutual labels:  ionic, ionic2, ionic3
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (-14.81%)
Mutual labels:  ionic-framework, ionic2, ionic3
ionic2-PreDB
Simple Ionic 2+ with pre-populated database starter project
Stars: ✭ 14 (-74.07%)
Mutual labels:  ionic, ionic2, ionic3
sm-coal-app
这是一个使用Ionic2开发的集数据展示,交易,交流于一体的APP
Stars: ✭ 21 (-61.11%)
Mutual labels:  ionic, ionic2, ionic3
ionic-uuchat
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。
Stars: ✭ 14 (-74.07%)
Mutual labels:  ionic, ionic2, ionic3

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

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].