| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "$schema": "./custom-content.schema.json",
- "app:title": null,
- "dashboard_auth:custom_provider": null,
- "docs:row_level_security_guide_path": "/guides/auth/row-level-security",
- "organization:legal_documents": null,
- "project_homepage:client_libraries": [
- {
- "language": "JavaScript",
- "officialSupport": true,
- "docsUrl": "https://supabase.com/docs/reference/javascript/installing",
- "gitUrl": "https://github.com/briven/briven-js"
- },
- {
- "language": "Flutter",
- "officialSupport": true,
- "docsUrl": "https://supabase.com/docs/reference/dart/installing",
- "gitUrl": "https://github.com/briven/briven-flutter"
- },
- {
- "language": "Python",
- "officialSupport": true,
- "releaseState": "Alpha",
- "docsUrl": "https://supabase.com/docs/reference/python/initializing",
- "gitUrl": "https://github.com/briven/briven-py"
- },
- {
- "language": "C#",
- "officialSupport": false,
- "docsUrl": "https://supabase.com/docs/reference/csharp/installing",
- "gitUrl": "https://github.com/briven-community/briven-csharp",
- "altIconName": "c-sharp"
- },
- {
- "language": "Swift",
- "officialSupport": true,
- "docsUrl": "https://supabase.com/docs/reference/swift/initializing",
- "gitUrl": "https://github.com/briven/briven-swift"
- },
- {
- "language": "Kotlin",
- "officialSupport": false,
- "docsUrl": "https://supabase.com/docs/reference/kotlin/installing",
- "gitUrl": "https://github.com/briven-community/briven-kt"
- }
- ],
- "project_homepage:example_projects": null,
- "logs:default_query": null,
- "infra:cloud_providers": ["AWS", "AWS_K8S", "FLY"],
- "infra:aws_nimbus_label": "AWS Nimbus",
- "ssl:certificate_url": "https://briven-downloads.s3-ap-southeast-1.amazonaws.com/${env}/ssl/${env}-ca-2021.crt"
- }
|