-
### [REQUIRED] Step 1: Describe your environment
* Xcode version: 12 beta 4
* Firebase SDK version: 6.18
* Firebase Component: Firestore
* Component version: ?
* Installation method…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Core, Analytics, Auth, Cloud Functions, In-App Messaging, Messaging
### Which pl…
-
When enable foreign key constraint in our app using :
```java
//https://stackoverflow.com/a/12531927/693752
db.setForeignKeyConstraintsEnabled(true);
```
we see an internal error in the logcat…
-
### Plugin(s)
- [ ] Analytics
- [ ] App
- [ ] App Check
- [ ] Authentication
- [X] Crashlytics
- [ ] Cloud Firestore
- [ ] Cloud Functions
- [ ] Cloud Messaging
- [ ] Cloud Storage
- [ ] Performance
…
-
I'm sorry for make a new issue for this problem, but i analysed some issues and nothing works. I create an basic app using ionic just to test this plugin. On Android platform all it's done and working…
-
## Description
When initiating an eMandate authorization payment and encountering a failure, the user will be directed to a retry process. On the web platform, the user will be presented with an er…
-
### Plugin(s)
- [ ] Analytics
- [ ] App
- [ ] App Check
- [X] Authentication
- [ ] Crashlytics
- [ ] Cloud Firestore
- [ ] Cloud Functions
- [ ] Cloud Messaging
- [ ] Cloud Storage
- [ ] Performance
…
-
### What version are you using?
flutter_facebook_auth: ^6.2.0
### What OS and version are you using to local deploy your application?
windows 10
### What platforms are you seeing the problem on?
…
-
AppCenter Push was super friendly for Xamarin Forms projects, is there a migration guide for that?
-
In my application, I need to do some operations on the query string exactly as it was used in the request, without reordering any parameters or changing how the url encoding was done (e.g. `+` convert…