You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the bug present in the demo Chat SDK project?
Not a bug, I would like to know how to change firebaseapp from default to the custom one.
I have a separate account for firebase, need to change all configuration for chatSdk to this account.
ie for auth, realtime database, Messaging(Push Notification) and storage. Firebase support for multiple projects
What modifications have you made to the Chat SDK?
ChatSDK : custom design to chat page. Successful implementation for single firebase account application.
Not able to change the default FirebaseApp to FirebaseApp.initializeApp(this,options,"ChatSdk_account");
// from which i was able to register or Authenticate user from the second firebase account.
Expected result:
Configuration to change default FirebaseApp for ChatSdk
Actual result:
Trying to access default FirebaseApp account.
Comments:
I had tried to resolve this problem for the past few days.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Is the bug present in the demo Chat SDK project?
Not a bug, I would like to know how to change firebaseapp from default to the custom one.
I have a separate account for firebase, need to change all configuration for chatSdk to this account.
ie for auth, realtime database, Messaging(Push Notification) and storage.
Firebase support for multiple projects
What modifications have you made to the Chat SDK?
ChatSDK : custom design to chat page. Successful implementation for single firebase account application.
Android Version:
All.
Steps taken to reproduce the problem:
In
ChatSdk Initilization
or
Sample Api AuthExample
Not able to change the default FirebaseApp to FirebaseApp.initializeApp(this,options,"ChatSdk_account");
// from which i was able to register or Authenticate user from the second firebase account.
Expected result:
Configuration to change default FirebaseApp for ChatSdk
Actual result:
Trying to access default FirebaseApp account.
Comments:
I had tried to resolve this problem for the past few days.
Thank you in advance.
The text was updated successfully, but these errors were encountered: