Bennajah

Results 11 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.

only 2 folders created inside project root folder ```PS PS C:\Users\benna\Projects> bunx create-turbo@latest ? Where would you like to create your Turborepo? ./my-turborepo ? Which package manager do you want...

@anthonyshew This issue occurs only on Windows when Bun is installed using: curl -fsSL https://bun.sh/install | bash However, when Bun is installed via Node.js using: npm install -g bun it...

i have updated the icons to make it more visible ![folder-trpc](https://github.com/user-attachments/assets/52799f9a-5e4a-4e49-b2bd-f9e8b68c195a) ![folder-trpc-open](https://github.com/user-attachments/assets/6e3a9b4c-88fd-4a71-bd58-eba8e72ede4e)

> Hi thanks for the update. However I can still see that the edges look a little bit strange. Could you please check that? > > now i think its...