build: d805a69a-e437-4a58-a083-30e34be74fcd

This commit is contained in:
AppCakes
2026-05-29 09:51:40 +00:00
commit 0031b6f91c
131 changed files with 10025 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.bringg.app',
appName: 'bringg',
webDir: 'dist',
plugins: {
FirebaseAuthentication: {
skipNativeAuth: false,
providers: [],
},
},
};
export default config;