Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjell5317/lalo
Flutter app project to learn Firebase Firestore and Cloud functions. With this app you can blink the Philips Hue lights of your friends.
https://github.com/kjell5317/lalo
app cloudfunctions firebase firestore flutter philips-hue
Last synced: about 16 hours ago
JSON representation
Flutter app project to learn Firebase Firestore and Cloud functions. With this app you can blink the Philips Hue lights of your friends.
- Host: GitHub
- URL: https://github.com/kjell5317/lalo
- Owner: kjell5317
- License: mit
- Created: 2022-05-17T09:32:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T08:08:49.000Z (7 months ago)
- Last Synced: 2024-04-27T08:42:40.625Z (7 months ago)
- Topics: app, cloudfunctions, firebase, firestore, flutter, philips-hue
- Language: Dart
- Homepage: https://lalo.kjellhanken.de
- Size: 14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Leave a Light on
I started this project because I wanted to learn to build apps with Flutter and Firebase.
Now I have this app which is almost ready to get launched in Google Playstore.## Features
Leave a Light on is an app where you can blink the lights of friends or loved ones when you are thinking aboud them. You start by creating an account with your email or sign in with google (Firebase Auth). Then you connect your Philips Hue remote account. The OAuth tokens are stored in Firestore and the callback is a Firebase cloudfunction which creates the tokens. Next you can send links (Firebase dynamic links) to friends and they have to accept the request. You are now able to blink their light.