All Projects → gigocabrera → Moneyleash2

gigocabrera / Moneyleash2

Personal expense app in ionic2/Angular2/Firebase3/AngularFire2

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Moneyleash2

Ionic Firebase Starter App
Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)
Stars: ✭ 77 (-13.48%)
Mutual labels:  firebase
Push Notification Demo
Demonstrate how to receive notifications using Firebase
Stars: ✭ 82 (-7.87%)
Mutual labels:  firebase
Firebase Login Flutter
Sample login and registration app with Firebase built in Flutter.
Stars: ✭ 86 (-3.37%)
Mutual labels:  firebase
Ionic Firebase Mega Starter
Mega Starter template for Ionic & Firebase Apps
Stars: ✭ 78 (-12.36%)
Mutual labels:  firebase
Firebase dart sdk
Unofficial Firebase Flutter SDK. Maintainer: @long1eu
Stars: ✭ 80 (-10.11%)
Mutual labels:  firebase
Firebase With React Hooks
Using React hooks to manage state backed by a Firebase firestore database
Stars: ✭ 83 (-6.74%)
Mutual labels:  firebase
Fakturama
Wystawiaj faktury za darmo i bez ograniczeń
Stars: ✭ 76 (-14.61%)
Mutual labels:  firebase
Vue Memo
Using Vue.js for memo web App. webpack, vuex, vue-router, Firebase.
Stars: ✭ 88 (-1.12%)
Mutual labels:  firebase
The Road To React With Firebase
📓The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (-7.87%)
Mutual labels:  firebase
Netflix
Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge - Building Netflix Using React
Stars: ✭ 1,254 (+1308.99%)
Mutual labels:  firebase
Social App
A social app for Android, using Kotlin as language and Firebase as backend
Stars: ✭ 78 (-12.36%)
Mutual labels:  firebase
Firegraph
GraphQL Superpowers for Google Cloud Firestore
Stars: ✭ 80 (-10.11%)
Mutual labels:  firebase
React Native Firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 9,674 (+10769.66%)
Mutual labels:  firebase
Gitmessenger
GitMessenger is github chat app built with socket.io , firebase, nodejs and bootstrap where developers can share code,images and much more 😊
Stars: ✭ 78 (-12.36%)
Mutual labels:  firebase
Firebase React Native
Firebase Example Using React Native
Stars: ✭ 86 (-3.37%)
Mutual labels:  firebase
Kotlin Android Fastlane Firebase App Distribution
A repository that shows how to use Firebase App Distribution to distribute android app to testers by fastlane.
Stars: ✭ 77 (-13.48%)
Mutual labels:  firebase
Newspaper
An aggregated newspaper app containing news from 10+ local news publishers in Hong Kong. Made with ❤
Stars: ✭ 82 (-7.87%)
Mutual labels:  firebase
Architecturesamplewithfirebase
これは、iOSアプリを色々なアーキテクチャで実装してみたものです。
Stars: ✭ 89 (+0%)
Mutual labels:  firebase
Kbarcode
A library to help implement barcode scanning
Stars: ✭ 88 (-1.12%)
Mutual labels:  firebase
Hackernews
A Hacker News reader iOS app written in Swift.
Stars: ✭ 1,251 (+1305.62%)
Mutual labels:  firebase

Money Leash

Don't let your money run wild. Keep it on a leash!

What is Money Leash?

Money Leash is a Personal Expense App developed in Ionic 2/Angular 2 with a Firebase backend. This project is a complete rewrite from the ground up of the original MoneyLeash repo developed in ionic 1.

Money Leash Transactions

I discovered the Ionic Framework back in April 2015 and I became addicted almost immediately. This app is a work in progress and the result of the itch I had to get out of my comfort zone and experiment with new technologies. Money Leash will stay as an open source project. Your feedback/help would be greatly appreciated!

Quick Start

  • Clone this repository.
  • Run npm install from the project root.
  • Run ionic serve in a terminal from the project root

You may also need to:

  • Delete the platform/ios folder and run ionic build ios so that the platform and all the plugins where installed by the build process.

  • Need to install ionic plugin add cordova-plugin-app-version

Firebase Data Structure

The database structure gets built automatically by the app when you register a new user. No need to manually buld the schema.

Firebase Security and Rules

The Firebase Security Rules for MoneyLeash can be found in the Gist below. A user is granted access (read/write) by house_id and the security rules have been tested to guarantee no unauthorized access is allowed. However, the rules need to be enhanced to: (1) prevent users from modifying a house_id, (2) for a newly created account, the user needs to logout and log back in for the rules to work

Live Demo

  • coming soon

Contribute

This is a work inprogress and your feedback/help would be greatly appreciated!

Connect

License

The MIT License (MIT)

Copyright (c) 2015 - Luis Cabrera (luiscabrera.site)

Permission is hereby granted, free of charge, to any person obtaining a copy of this 
software and associated documentation files (the "Software"), to deal in the Software 
without restriction, including without limitation the rights to use, copy, modify, 
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to 
permit persons to whom the Software is furnished to do so, subject to the following 
conditions:

The above copyright notice and this permission notice shall be included in all copies or 
substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE 
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
DEALINGS IN THE SOFTWARE.
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].