f-miyu / Plugin.CloudFirestore

MIT License
121 stars 44 forks source link

When is CollectionGroup is going to be supported! #14

Open chrisgate opened 4 years ago

chrisgate commented 4 years ago

Great Surf! is CollectionGroup supported today or When is CollectionGroup is going to be supported!

Cheers Chris

chrisgate commented 4 years ago

@f-miyu ?

f-miyu commented 4 years ago

This library depends on Xamarin.Firebase.Firestore and Xamarin.Firebase.iOS.CloudFirestore. Unfortunately, these have not supported CollectionGroup yet. I will add CollectionGroup to this library if these support it.

chrisgate commented 4 years ago

Thanks!

chrisgate commented 4 years ago

Hi @f-miyu , Thanks for this Library.............just to let you know that collectionGroup is now supported. https://github.com/xamarin/GoogleApisForiOSComponents/blob/master/source/Firebase/CloudFirestore/ApiDefinition.cs.

Cheers and Thank you!

chrisgate commented 4 years ago

@f-miyu hope u saw the above.............cheers

chrisgate commented 4 years ago

Any hope on CollectionGroup @f-miyu ....Happy New Year.

barrysohl commented 4 years ago

Love this library, thanks for the work!! Our project badly needs CollectionGroup support though. Any hope of it being added in the near future?

angelru commented 4 years ago

any solution???

chrisgate commented 4 years ago

I think our guy @f-miyu is extremely busy............Cheers to him and we miss ur work.

f-miyu commented 4 years ago

Sorry to keep you waiting. I update this library and add CollectionGroup.

angelru commented 4 years ago

@f-miyu error with update library: The Java type mono.com.google.firebase.auth.internal.IdTokenListenerImplementor is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.

The Java type mono.com.google.firebase.FirebaseApp_BackgroundStateChangeListenerImplementor is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.

f-miyu commented 4 years ago

I modified it. Please update to version 3.0.1.

Sebastien-Remy commented 4 years ago

Hello,

I'm make some tests with Xamarin.forms and with your library. I already make a web-app with Angular/Typescript using Firebase services. I need to access my Firestore Database in read-only on a first time. Do you have a simple code sample ?

Regards

chrisgate commented 4 years ago

@Sebastien-Remy ur question is not clear.

Sebastien-Remy commented 4 years ago

@Sebastien-Remy ur question is not clear.

@chrisgate I move my question here : https://github.com/f-miyu/Plugin.CloudFirestore/issues/31

chrisgate commented 4 years ago

I got this after update the nugget and and also upgrade the VS to 16.5.0 Severity Code Description Project File Line Suppression State Error Compilation can't be completed because some library classes are missing. FireStoreDemo.Android C:\Sample\FireStoreDemo\FireStoreDemo\FireStoreDemo.Android\R8

f-miyu commented 4 years ago

@chrisgate If there is the error log, please show me.

chrisgate commented 4 years ago

This was error in the msg above: Severity Code Description Project File Line Suppression State Error Compilation can't be completed because some library classes are missing R8

Maybe it was coming from new VS 16.5.0 with Multi-Dex

chrisgate commented 4 years ago

@f-miyu its Plugin.CloudFirestore...............when i uninstalled it compile.

f-miyu commented 4 years ago

Multi-Dex can be disabled if it is not needed. If it is needed, you should use code shrinker R8 firstly.