BlueBubblesApp / bluebubbles-app

A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
https://bluebubbles.app
Apache License 2.0
722 stars 100 forks source link

[Android] If a contact is sharing their contact info with you, prompt to save in contacts #2752

Open cameronaaron opened 4 months ago

cameronaaron commented 4 months ago

You developed an API that verifies whether a user is sharing a contact card and another that retrieves it. Additionally, you have an API that allows users to share their own contact cards. it would be beneficial if these contact cards could be exported directly to the phone's contacts book.

zlshames commented 3 months ago

This sounds like it's an app feature, not a server feature. I'm going to move it to the server, unless you have any objections. Let me know so I can move it over.

cameronaaron commented 3 months ago

Yeah maybe in this case it would be better to do it app side. I do think a lot of the other contact related functionality should be handled on server like since we sign in to server already it makes more sense to just have the contacts directly get pulled from google instead of the client having to send them. This would also improve things like beeper and other apps that use the api

zlshames commented 3 months ago

Yeah maybe in this case it would be better to do it app side. I do think a lot of the other contact related functionality should be handled on server like since we sign in to server already it makes more sense to just have the contacts directly get pulled from google instead of the client having to send them. This would also improve things like beeper and other apps that use the api

I get that having the server pull from Google Contacts makes sense, however, this request is asking for something different