capitaldotcodes

Results 2 comments of capitaldotcodes

I'm using Cognito User Pools i've tested in a very skinny example app and can reproduce the behaviour. ```type Blogs @model @auth( rules: [ { allow: owner } ] )...

The app is offline first and does not require an account to use. When the user creates an account the models created locally should automatically sync. Given that when the...