markbreuss
markbreuss
On the Pub.dev page it says plattform support for windows. However in the docs I could not find any hints on the Microsoft Store. Is it currently supported, and if...
Hello @cachapa, I am ussing firedart to work on a WIndows Flutter application. Is there a way to use Transactions and/or Increments with this package? If so, can someone share...
**Description** I would like to be able to have scheduled tasks that run on a specified Interval (cron job) I am not entirely sure if this is already possible by...
I tried this lib for a couple of collections which all worked fine. On a given collection however I get this error: ERROR - 2024-03-30 15:11:12.058685 POST /apps/execute_automation Error thrown...
When i send the token back to the client and trie the LoginWithToken method I get: error: [firebase_auth/invalid-custom-token] The custom token format is incorrect. Please check the documentation. If i...
We are a startup which has built their App with Getx. https://www.markone.at/ We want to upgrade to the latest Flutter Version and especially start using WASM Support. As is now...
### Description I am currently facing an issue that google cloud run has a response size limit of 32Mib Wich is not enough for our PDF reports. The solution would...
### Description of the bug:  ### Actual vs expected behavior: It looks like its generating empty chunks and then fails with the error above. ### Any other information you'd...
Apparently there is a firestore data type "infinity" which is a number. This breaks the fetching completly: Call Stack: ERROR: automation_execution_error type 'String' is not a subtype of type 'num'...
If custom claims have been set via a custom token creation they are currently not accessible via the decoded token. This PR exposes the original payload to access custom claims....