sandbox-apps

Results 7 comments of sandbox-apps

> (I assume you refer to the "virtual" back relations that describe the return route for a relation - but that assumption might be wrong) Yes this is write the...

![image](https://user-images.githubusercontent.com/86398599/125811779-757163aa-69ca-4465-a1ee-379be55190b7.png) This is some kind of Ghost Comment (see trailing comments) Atleast its easy to identify which fields will be persisted and which will be not on the database

Im not literally talking about making them comments. But at least a clear separation of not persisted fields and not

> I don't want to start a bad trend here, but +1 from me too! I'd like to be able to customize/extend Json column types in TypeScript. > > Thanks...

Related to this: https://github.com/supabase/supabase/issues/2853

Firebase has this setup where Example: 1. I signed up via email/password then login on app 2. Go to my profile then link social for example **facebook** 3. Even though...

Further more you can unlink provider via providerId with the currentUser ```kt Firebase.auth.currentUser!!.unlink(providerId) .addOnCompleteListener(this) { task -> if (task.isSuccessful) { // Auth provider unlinked from account // ... } }...