An open API service indexing awesome lists of open source software.

https://github.com/viral32111/partnerpoker

A mobile app to send cute messages to your partner 💌
https://github.com/viral32111/partnerpoker

android cloud firebase mobile

Last synced: 3 months ago
JSON representation

A mobile app to send cute messages to your partner 💌

Awesome Lists containing this project

README

          

# Partner Poker

This is a mobile application for Android that lets you send cute & romantic messages to your partner 💕

It currently uses [Firebase Authentication](https://firebase.google.com/products/auth/) to let users sign-in with their Google account, and I plan to use [Firebase Cloud Messages](https://firebase.google.com/products/cloud-messaging/) with [Firebase Functions](https://firebase.google.com/products/functions/) for the real-time messaging.

## Background

I have been interested in [Google's Firebase Platform](https://firebase.google.com/products-build) for a while, but I never had any good ideas on what I should use it for, until I saw [a video on TikTok which showcased a similar application](https://www.tiktok.com/@scratch_adventure1/video/7112732787085430059), so that is what inspired this project.

I wanted to use Kotlin instead of Java, as the few Android applications I have created in the past used Java and I got quite fed up of writing loads of boilerplate code, plus [Kotlin seems to be what the industry is moving towards for modern Android application development](https://android-developers.googleblog.com/2019/05/kotlin-is-everywhere-join-global-event.html).

## License

Copyright (C) 2022-2023 [viral32111](https://viral32111.com).

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses.