Burak Karahan
Burak Karahan
Hello I have a question about the _"Updating all major Material component (button, FAB, chips, dialogs, app bar, etc) default values to use new color scheme, text style, and shapes...
> Will there be a Standard Navigation drawer as described here https://m3.material.io/components/navigation-drawer/overview > Are you going to contribute new navigation drawer? I can do it if you won't
> > > Will there be a Standard Navigation drawer as described here https://m3.material.io/components/navigation-drawer/overview > > > > Are you going to contribute new navigation drawer? I can do it...
I found this repo. And it's rocks! Builds 3500 to 700. It really easy to use. So so much fast run device and archive time. https://github.com/swiftyfinch/Rugby ``` pod install &&...
+1 for desktop. Need timing for this. I want to use amplify for a big project.
Auth is really good to arrive, for me i need GraphQL API support secondary.
Hey I'm trying to cognito default + api key for public, no luck for now
GraphQL Schema: ``` type Internship @model @auth(rules: [{allow: private, operations: [create, read, update]}, {allow: owner}]) { id: ID! transactions: [Transaction] @hasMany(indexName: "byInternship", fields: ["id"]) company: Company @belongsTo(fields: ["companyID"]) companyID: ID!...
Yes here's my amplify init code: ``` final AmplifyAPI _apiPlugin = AmplifyAPI( modelProvider: ModelProvider.instance, ); final AmplifyAuthCognito _authPlugin = AmplifyAuthCognito(); final AmplifyDataStore _dataStorePlugin = AmplifyDataStore(modelProvider: ModelProvider.instance, authModeStrategy: AuthModeStrategy.multiAuth); final AmplifyAnalyticsPinpoint...
Thanks for the reply, but i didn't understand that where can I found modelSchemaDefinition.authRules ?