-
I want to use Plugin.Firebase.CloudMessaging, but my app is Xamarin (not MAUI) and I get package installer errors about .net6. I tried Plugin.Firebase.Legacy 1.1.5 but I get this error:
`System.IO.D…
-
This seems to be the same issue using the old library on my old phone. I have the generic MAUI app you get when creating a new MAUI app in Visual Studio. I added a button on the main page to create an…
-
## Package
- lib-user
## Describe the bug
The custom calendar dialog for user stats doesn't work on a touchscreen. You can't change the date range or close the modal dialog. The only option is to…
-
### Bug description
When a pdf contains both `https:` and `tel:` links. Possibly even just `tel:` links, the parsing of the link fails in PDFViewerCanvas.
The code pasted below in the stack traces…
-
I think it would be a favourable improvement, if you could centrally provide Typescript Enums for a few things, rather than having everyone writing their own. This would create a smoother DX for anyon…
-
### Steps to reproduce
- Launch an Ios device / emulator
- Launch the project on that device / emulator
- fill polygons with thousands of points like at this file
https://github.com/enescerrah…
-
**Describe the bug**
I encountered an error while using `kubectl logs` to view the logs of the Redis pod: `failed to create fsnotify watcher: too many open files`.
```bash
~ kubectl logs --tail…
-
### Feature Issue
This issue will contain research for enabling new architecture in react-native.
- [x] Implement a mechanism to use patch files -> https://github.com/status-im/status-mobile/pull/…
-
# Bug report
**CHECKLIST**
- [ ] I have read the [issue reporting guidelines](https://github.com/dpa99c/cordova-plugin-firebasex#reporting-issues)
- [ ] I confirm this is a suspected …
-
What would be the syntax to patch a package, excluding the contents of the android\build folder?
I tried --exclude "android\build" but it didn't work.