-
Hello! I wonder if this version is broken?
I recently updated my firebase emulator and it is not working anymore.
Any ideas?
```
SEVERE: Exiting due to unexpected exception.
com.google.cloud.d…
-
I have installed Plugin.CloudFirestore and Xamarin.Firebase.Firestore, but I cannot initialize CloudFirestore on Android's mainactivity.cs
Plugin.CloudFirestore.CloudFirestore.Init();
Gives an e…
-
1.) Add app to html
2.) Add api keys
3.) Add neccessary scripts
4.) Enable fire store on firebase console
-
Hi, I am getting the following exception on Android when I call Plugin.CloudFirestore.CloudFirestore.Init(this);
System.MissingMethodException has been thrown:
string[] string.Split(char,System.S…
-
Whenever i try to build my project with iOS target enabled i get the following errors:
```
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.Curr…
-
The `resource` are passed directly to the URL, that means all operations (except from batchGet and batchWrite) would not work if the collection contains special characters (accent `é` or percentage `%…
-
Hi, how can we attach UID of a user to a Firestore request?
Considering this code:
```
// Load all documents from Cloud Firestore
var query = await CrossCloudFirestore.Current
…
-
We have the need to move the Target Framework for our project to 10.0, which I believe causes a dependency on AppCompat 28.0.0.3. We are currently unable to make the move because of a dependency confl…
-
### VERSIONS
* Xamarin.Forms.GoogleMaps - 3.2.1
* Xamarin.Forms - 4.2.0.815419
* Plugin.CloudFirestore - 2.0.0
### PLATFORMS
- [x] Android
- [ ] iOS
- [ ] UWP
### ACTUAL BEHAVIOR
Pl…
-
Hello, I would like to create empty documents, that is, that only have the reference.
In android, the following code works perfectly for me:
```
var documentReference = CrossCloudFirestore.Curr…