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 💌
- Host: GitHub
- URL: https://github.com/viral32111/partnerpoker
- Owner: viral32111
- License: agpl-3.0
- Created: 2022-06-27T10:54:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T03:18:43.000Z (over 1 year ago)
- Last Synced: 2025-04-01T04:23:27.731Z (over 1 year ago)
- Topics: android, cloud, firebase, mobile
- Language: Kotlin
- Homepage: https://firebase.google.com
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
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.