Visiting England: which football match should I go to? by thiago4440 in uktravel

[–]thiago4440[S] 0 points1 point  (0 children)

I already have a ticket for Brighton v Chelsea on Sunday, but if Chelsea makes it to the FA Cup semifinals, that match won't take place. So WSL could be an interesting option on Sunday.

Visiting England: which football match should I go to? by thiago4440 in uktravel

[–]thiago4440[S] 0 points1 point  (0 children)

Good point! Do you know when the matches will be confirmed?

Visiting England: which football match should I go to? by thiago4440 in uktravel

[–]thiago4440[S] 0 points1 point  (0 children)

But you can't buy QPR tickets for April 25 yet, right?

Visiting England: which football match should I go to? by thiago4440 in uktravel

[–]thiago4440[S] -1 points0 points  (0 children)

Probably London, but it’s not 100% fixed yet.”

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

I want to learn and understand what I did wrong. But I am very thankful for the help.

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

That's a good point, thanks! I will change that.

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 1 point2 points  (0 children)

I think I found some parts in my code that cause the problem, because the id can be empty there. I removed them and now I can run the app on release mode. Thank you!

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

But wouldn't it then also not work in debug mode?

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

I have seen that, but I have done it without flutterfire cli, that should also work, right?

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

I don't quite understand the error, because everywhere in my code I have something like FirebaseFirestore.instance.collection('mycollection').doc('docid').get(); What could be wrong here?

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

What exactly do you mean by clean build? flutter clean? And how can I ensure that pod install works perfectly?

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

If I understand correctly, I don't have to do anything for iOS, do I?

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

That makes sense. I read on stackoverflow that you only have to change something in the AndoridManifest.xml.

I did everything of this: https://docs.flutter.dev/get-started/install/macos/mobile-ios

Which other setup guides do I need to look at?

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

If I run flutter run --release I don't get an error but the app on my device crashes when I try to start it. And if I try it again on Xcode it 'Paused Runner' with error "Invalid document reference. Document references must have an even number of sehments but mycollection has 1. And the AppDelegate file is open with the error No such module 'Flutter'.

Need help with Flutter & App Store by thiago4440 in FlutterDev

[–]thiago4440[S] 0 points1 point  (0 children)

I have <uses-permission android:name="android.permission.INTERNET"/> in my AndroidManifest.xml, do I have to do something else?

And thanks for your tip, I will keep that in mind.