import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'io.shopkeep.app', appName: 'ShopKeep', webDir: 'dist', plugins: { FirebaseAuthentication: { skipNativeAuth: false, providers: [], }, }, }; export default config;