@mbonnin to add bookmark support to iOS client I think main thing is getting some kind of login flow in place.....do you think logic for that (aside from UI) would be done just in the iOS client code or could be something shared with Android?
m
mbonnin
07/11/2023, 11:03 AM
We'd need to look into what's possible to do with Firebase KMP. We're trailblazers here and last time I checked the resources were pretty scarce.
mbonnin
07/11/2023, 11:04 AM
So might be easier to just duplicate
j
John O'Reilly
07/11/2023, 11:04 AM
if we do login purely in iOS client code we'd just need to pass something like token down to shared code for bookmarks stuff?