Bennajah

Results 6 comments of Bennajah

same issue here using `Flutter 3.27.2` and firebase packages ```yaml cloud_firestore: ^5.6.1 firebase_analytics: ^11.4.0 firebase_auth: ^5.4.0 firebase_core: ^3.10.0 firebase_crashlytics: ^4.3.0 firebase_performance: ^0.10.1 firebase_storage: ^12.4.0 ``` ![Image](https://github.com/user-attachments/assets/67b65b71-443d-4f9e-9e79-6b3106b27e72)

Same issue when using flutter 3.28 ` PS D:\Projects\untitled> flutterfire configure --project=example-1b63e i Found 4 Firebase projects. Selecting project example-1b63e. ✔ Which platforms should your configuration support (use arrow keys...

> Does issue presist if you replace you command with `bun --bun run node_modules/drizzle-kit/bin push`? yes same issue

> > The SignInWithOtp method can be used for both sign-in and sign-up, while verifyOtp handles the OTP verification for SignInWithOtp. > > This approach supports different OtpType values: >...

@JulianKingman Is it correct that when using split env files for server and client, we just need to import both like this? ```ts // next.config.ts import type { NextConfig }...

Yes, `OPFS` would be the ideal solution for persistent file storage on the web, with [`idb_shim`](https://pub.dev/packages/idb_shim) serving as a reliable fallback for browsers that do not support OPFS.