cometchat-go / xamarin-forms-chat-sdk-demo

CometChat Demo App for Xamarin Forms
6 stars 4 forks source link

It is necessory to add firebase packages? #22

Open prakash-malodiya opened 5 years ago

prakash-malodiya commented 5 years ago

I have followed your steps to implement cometchat in my xamarin.forms application. It is necessary to add firebase related packages in both android and ios projects? Please add firebase related steps in your document so we can follow that. I am getting error for the firebase initialization in android.

vikrantwadate commented 5 years ago

Hello,

The CometChat NuGet packages automatically add necessary Firebase dependencies. It is not required to add them manually. Please remove the older Firebase dependencies clean the project and add the CometChat Nuget packages it may resolve your issue.

If you still face the issue, you can book a session with us using the link below :

https://www.cometchat.com/schedule-session/

Thanks.

prakash-malodiya commented 5 years ago

I am getting error 'default FirebaseApp is not initialized in this process com.example.example. Make sure to call FirebaseApp.initializeApp(Context) first.' while launching chat windows. In your demo version, it is worked. I am tested in emulator.

bhoiraashay commented 5 years ago

Hello @tp16190 ,

Sorry for the delay in response. You need to make sure that you have included the google-services.json for your project.

Thanks