Dmitry Klimkin

Results 13 comments of Dmitry Klimkin

@kovpas @ManWithBear I've created a sample app to show all major use cases: https://github.com/dev4jam/ToDo

@proggeramlug it's hard to say... basically it's an extension of AuthController (or just another FacebookAuthController, GoogleAuthController, etc). But this should be still a part of Auth service.

@calebkleveter, as I see Imperial does all the magic regarding the social oauth flow. it's not the part of API based service though because client sends ready-to-use social auth token...

Trying to implement FB sign-in/sign-up... What do you think: ```swift struct FacebookData: Codable { var name : String var email : String } final class FacebookAuthController: RouteCollection { func boot(router:...

This is actually my first server-side code on Vapor... So I might not know some specifics... For example, I don't really understand how to register (in the router) this controller...

I have the same issue on both v5.15.0 and v5.15.1. Try to add and remove this plugin. Clean up the project. But still the same issue: ` Uncategorized (Xcode): Command...

I have a similar problem: when I tap on a marker onTap callback is triggered. The second time I tap on the same marker the onTap callback is NOT triggered.

Hi @mohammad19991. Definitely, it's possible. In fact, I've done this several times. One concern though - you'll need to implement several protocols from RIBs.

@mohammad19991 you may try to implement your Profile RIB as your own LaunchRouter (just name it differently) and confirm to LaunchRouting protocol. And override launch method to embed your viewcontroller...

> Made some progress on this locally. Cloned `firebase-tools` and made the following changes: > > 1. in `src/accountExporter`, add `"apple.com": 23` to the `PROVIDER_ID_INDEX_MAP` (I think you can just...