You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
I was thinking that hosted lightning web wallets like bottle.li could have an option to synchronize with non custodial wallets like Zap. How I think this could work:
1- I open a site like bottle.li and inside the site have an option to add an account (Add Zap Wallet).
2- When I click on add Zap wallet, will appear a field or qrcode with a unique id.
3- I open Zap wallet and scan this qrcode.
4- Zap show a message like: Bottle.li wallet wants permission to have access to your Zap wallet.
5- User can customize on Zap the kind of access, like: Bottle.li only will be able to spend 1000 satoshis per day.
6- Bottle is linked to Zap successfully.
7- When the user enter on Bottle page, Bottle will try to synchronize with Zap in this way:
7.1. Zap app will automatically open without human action on phone using the Google FCM.
Obs. I see it's possible to automatically open an android app when notification is received, as you can see here: https://stackoverflow.com/questions/37554274/open-app-on-firebase-notification-received-fcm/37626817#37626817
The text was updated successfully, but these errors were encountered:
Hi,
I was thinking that hosted lightning web wallets like bottle.li could have an option to synchronize with non custodial wallets like Zap. How I think this could work:
1- I open a site like bottle.li and inside the site have an option to add an account (Add Zap Wallet).
2- When I click on add Zap wallet, will appear a field or qrcode with a unique id.
3- I open Zap wallet and scan this qrcode.
4- Zap show a message like: Bottle.li wallet wants permission to have access to your Zap wallet.
5- User can customize on Zap the kind of access, like: Bottle.li only will be able to spend 1000 satoshis per day.
6- Bottle is linked to Zap successfully.
7- When the user enter on Bottle page, Bottle will try to synchronize with Zap in this way:
7.1. Zap app will automatically open without human action on phone using the Google FCM.
Obs. I see it's possible to automatically open an android app when notification is received, as you can see here: https://stackoverflow.com/questions/37554274/open-app-on-firebase-notification-received-fcm/37626817#37626817
The text was updated successfully, but these errors were encountered: