All Projects → Julesssss → BirthdayReminder

Julesssss / BirthdayReminder

Licence: other
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

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to BirthdayReminder

Heal O Chat
Heal-O-Chat is a Social Media Application for people who have been feeling less motivated in life or are losing hope. This platform allows users to chat with people and share their thoughts and feelings with each other and thereby let go of stress, anxiety, and depression that they've been feeling for long.
Stars: ✭ 42 (+44.83%)
Mutual labels:  recyclerview, firebase-auth, firebase-database
React Firebase
🔥Declarative React bindings for Firebase Auth & Realtime Database.
Stars: ✭ 176 (+506.9%)
Mutual labels:  firebase-auth, firebase-database
Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (+455.17%)
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 (-44.83%)
Mutual labels:  firebase-auth, firebase-database
Quickstart Cpp
Firebase Quickstart Samples for C++
Stars: ✭ 123 (+324.14%)
Mutual labels:  firebase-auth, firebase-database
Petshop
Pet Shop is an e-commerce application for Android built with Flutter (iOS to come soon).
Stars: ✭ 127 (+337.93%)
Mutual labels:  firebase-auth, firebase-database
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+11310.34%)
Mutual labels:  firebase-auth, firebase-database
Gatsby Theme Firebase
🔥 A Gatsby Theme for adding Firebase to your application.
Stars: ✭ 96 (+231.03%)
Mutual labels:  firebase-auth, firebase-database
FirebaseAI-Android-Chat-App
A simple firebase enabled chat app. SMS & Email Password Authentication enabled.
Stars: ✭ 38 (+31.03%)
Mutual labels:  firebase-auth, firebase-database
uMe
Online Chatting Application (Android) || Messaging App || Firebase
Stars: ✭ 138 (+375.86%)
Mutual labels:  firebase-auth, firebase-database
firebase-chat-sample
A sample app that shows basic usage of Firebase Auth and Database in form of a very simple chat hub app
Stars: ✭ 21 (-27.59%)
Mutual labels:  firebase-auth, firebase-database
Firebasecrud
Rich UI and animation flutter app backed by firebase
Stars: ✭ 121 (+317.24%)
Mutual labels:  firebase-auth, firebase-database
Firebase Php
Unofficial Firebase Admin SDK for PHP
Stars: ✭ 1,657 (+5613.79%)
Mutual labels:  firebase-auth, firebase-database
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+7579.31%)
Mutual labels:  firebase-auth, firebase-database
React Mobx Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and MobX
Stars: ✭ 111 (+282.76%)
Mutual labels:  firebase-auth, firebase-database
Firebase Kotlin Sdk
A Kotlin-first SDK for Firebase
Stars: ✭ 214 (+637.93%)
Mutual labels:  firebase-auth, firebase-database
The Road To React With Firebase
📓The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (+182.76%)
Mutual labels:  firebase-auth, firebase-database
Nextjs Redux Firebase Authentication
Boilerplate Project for Authentication with Firebase in NextJs and Redux
Stars: ✭ 90 (+210.34%)
Mutual labels:  firebase-auth, firebase-database
firebase-bundle
A Symfony Bundle for the Firebase PHP Admin SDK
Stars: ✭ 112 (+286.21%)
Mutual labels:  firebase-auth, firebase-database
Chatter
Real time chat app written in Swift 4 using Firebase
Stars: ✭ 30 (+3.45%)
Mutual labels:  firebase-auth, firebase-database

Birthday Reminder 3.0

Birthday reminder is a simple Material Design Android app which notifies users of upcoming birthdays. Released in 2015, it has had many design and feature update since then, many coming from user requests. Recent additions include Firebase auth and realtime database for data backup. As I built this when I was quite inexperienced, it doesn't follow any of the common Android architecture patterns, so I wouldn't recommend using this structure elsewhere.

Update 3.0:

  • Added Google sign in & migrated to Firebase database
  • Added Thai language support

Update 2.4:

  • Added ability to import contacts from device if birthday information is available
  • Added privacy policy page

Building the project

In order to build the project you will need to follow the steps below:

First, ensure that you have the following minimum requirements:

Android Studio 3.1.1
Android SDK Platform 23
Gradle 4.4
Gradle plugin 3.1.1

Once this is resolved, you should see the following error:

File google-services.json is missing. The Google Services Plugin cannot function without it. 

This is because the app depends on Firebase for auhentication and data persistance. You will need to set up your own Firebase account and project here: https://firebase.google.com/

Once you have an app environemt set up, you should be prompted to download a google-services.json file (you can also find it later on the project settings page). Drop this file under the 'app' module and you should now be able to build the app to a device.

You will also need to enable Google auth on the firebase console, and setup a google sign in key: https://developers.google.com/identity/sign-in/android/. Add the key to the project level gradle.properties file like so:

...
 

GOOGLE_SIGN_IN_KEY = "3716492804734-3v8qb0386kmfsas4eu44amna8a3b8c13.apps.googleusercontent.com";

Now you should be able to build the project locally, sign in with google and save data to Firebase.

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