Pratik Patel

Results 14 comments of Pratik Patel

for anyone else having the same issue. readonly on column properties can also be a callback function that takes in column data schema and returns a boolean ```ts readonly: ({...

hey just wondering if this would be planned for 5.0. i am currenty using @pzcfg solution to get what i need accomplished.

same issue, this is my package.json { "name": "home-chef-frontend", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" },...

do you need any more info on this? our users are blocked from signing up in production.

> Did you also try different devices, and did you find this issue occurring on all of them? yes i have tried on other devices for android, pixel6, s9, s20....

> According to the 2nd comment in this stack overflow link https://stackoverflow.com/questions/74739659/firebase-sms-authentication-is-delayed-or-sometimes-not-received. It could possibly be an issue with the mobile service provider. It might be worth exploring this possibility....

i am currently working trying to repoduce the problem in a seperate project. i will let you know the outcome and relevant details

ok so i have made a new project. this is the nature. the signing keys and debug keys are the same as our app. all i did was make a...

there wasn't a command called `flutterfire install latest`, but there was a command called `flutterfire update` but it ended up updating to the versions i already have shown you. ```yaml...

an update, i have manually updated `firebase_core` and `firebase_auth` manually, then i went in and updated the `firebase bom` in `app/build.gradle` along with adding app check and debug tokens on...