Sint

Results 33 comments of Sint

IOS, MS It doesn't work on the web either. The settings are all ok, I used the default ui. Email login works fine. ``` firebase_core: ^1.20.0 firebase_auth: ^3.5.0 firebase_storage: ^10.3.3...

One year has already passed. Do you have any support plans for firebase? I would like to hear from the manager.

> Hey @Patrick386 – we're super excited to get functions going, but it's a lot of work across a few teams. > > We're super excited to have an offering...

I don't know what I did wrong. Here is the sample code. Sample code ``` import 'package:desktop_drop/desktop_drop.dart'; import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget {...

My case: Occurs when a widget is deleted from the text field widget array. **Error: assert(_fields.containsKey(name));** ======== Exception caught by widgets library ======================================================= The following assertion was thrown while finalizing...

Any new updates?

I get the same error. ![스크린샷 2021-10-02 오후 12 57 22](https://user-images.githubusercontent.com/49754877/135702896-bbf1a5ba-2d9c-4667-a643-17f9ecdfd9e8.png) patrick386@iMac flutter_ui % flutter doctor -v [✓] Flutter (Channel master, 2.6.0-12.0.pre.171, on Mac OS X 10.15.7 19H1323 darwin-x64, locale...

I'm having the same problem with the web. A quick improvement is needed. **TextField** ``` Error: Assertion failed: file:///C:/Dev/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart:444:16 _pressedKeys[event.physicalKey] == event.logicalKey "A KeyUpEvent is dispatched, but the state shows...

I also agree with this issue. You should be able to check the emailVerified status with reload() .

**attributesForFaceting** I found that I need to set this option. 'facetFilter' This filter works. You may close this. ``` attributesForFaceting: [ 'uid', ], ```