All Projects → davepartner → ionic2-firebase-hackathon-starter

davepartner / ionic2-firebase-hackathon-starter

Licence: other
A hackathon starter for ionic2 using firebase, already has user authentication, reset password, google login etc

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 ionic2-firebase-hackathon-starter

fireblogger
Ionic 2 social media microblogging platform built with firebase 3 as backend
Stars: ✭ 54 (+58.82%)
Mutual labels:  ionic, hackathon, starter-kit, geofire
ionicfirebaseauth
Exemplo de alguns tipos de autenticação com Ionic 2 e Firebase
Stars: ✭ 18 (-47.06%)
Mutual labels:  ionic, firebase-auth, firebase-database
Hackathon Starter Kit
A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Discord, Slack), Authorization, and CRUD functionality + PWA Support!
Stars: ✭ 242 (+611.76%)
Mutual labels:  facebook, hackathon, starter-kit
ipapi-python
Python bindings for https://ipapi.co (IP Address Location) - Use with python / django / flask for IP address location lookup
Stars: ✭ 42 (+23.53%)
Mutual labels:  geolocation, geolocation-api
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (+94.12%)
Mutual labels:  facebook, firebase-auth
firebase
Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 36 (+5.88%)
Mutual labels:  firebase-auth, firebase-database
flutter-fitness-app
Fitness app using Flutter
Stars: ✭ 30 (-11.76%)
Mutual labels:  firebase-auth, firebase-database
react-hook-geolocation
A React hook to access data from the Geolocation API
Stars: ✭ 31 (-8.82%)
Mutual labels:  geolocation, geolocation-api
Fb Automated Birthday Wisher
Automatically wishes your selected fb friends on their Birthday
Stars: ✭ 39 (+14.71%)
Mutual labels:  facebook, hackathon
app
Source code of intencje.pl website and mobile/desktop apps based on Angular, Firebase, and Capacitor.
Stars: ✭ 12 (-64.71%)
Mutual labels:  firebase-auth, firebase-database
Transact
A transaction management android app which allows you to verify records from both parties before addition.
Stars: ✭ 21 (-38.24%)
Mutual labels:  firebase-auth, firebase-database
dating-app-concept-flutter
Dating App UI concept made to showcase Flutter in SheCodes hackathon
Stars: ✭ 53 (+55.88%)
Mutual labels:  hackathon, geolocation
nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+8.82%)
Mutual labels:  hackathon, starter-kit
BirthdayReminder
Open source Android application which keeps track of and reminds users of their loved ones birthdays. View on the PlayStore here: https://play.google.com/store/apps/details?id=website.julianrosser.birthdays
Stars: ✭ 29 (-14.71%)
Mutual labels:  firebase-auth, firebase-database
city-cab
An open source flutter taxi - app for learning purpose(Provider & Bloc) using firebase as backend/server
Stars: ✭ 68 (+100%)
Mutual labels:  firebase-auth, firebase-database
IoT-Modelling-Tool
IoT Modelling Tool is a platform which allows users to have their own devices and components modeled in order to represent and manage a physical environment.
Stars: ✭ 16 (-52.94%)
Mutual labels:  firebase-auth, firebase-database
iOS-SwiftUI-Firebase-Login-Example
Complete Sign up and Sign in Process for iOS SwiftUI - using Firebase Email and Password Authentication.
Stars: ✭ 37 (+8.82%)
Mutual labels:  firebase-auth, firebase-database
Recess
🤓 Recess - A Social Media Platform for students to share their experience/knowledge they gained in their free time. 🧐
Stars: ✭ 43 (+26.47%)
Mutual labels:  firebase-auth, firebase-database
materializecss starter
A Starter Boilerplate for Materializecss, ionicons, font-awesome and Animatecss
Stars: ✭ 58 (+70.59%)
Mutual labels:  hackathon, starter-kit
geolocation
A laravel integration for using the IPInfoDB and Ip2Location services
Stars: ✭ 38 (+11.76%)
Mutual labels:  geolocation, geolocation-api

ionic2 Firebase3 hackathon starter pack

#notice The updated version of this project with geofire and geolocation setup is here => [Ionic3 firebase geofire setup ) (https://github.com/daveozoalor/Ionic3-firebase-authentication-geofire-geolocation) . Dont forget to star it, I'm counting on you . thanks.

This is a hackathon starter pack built with Ionic 2 and Firebase 3. Its a mobile template that comes complete with user registration, google login authentication, reset password, user profile and so on, so you dont have to go through that stress when next you wish to create a new Ionic2 app.

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/ionic2-firebase-hackathon-starter

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].