Subscribing a user to multiple topics #330
Replies: 4 comments
-
Looping over the topics as you described is the way to go for now, but I‘ll consider this a feature request for a later release ^^ |
Beta Was this translation helpful? Give feedback.
-
@jeromegamez One more thing, I know it's off topic. I face an issue for variable not set FIREBASE_CRENDENTIALS.
I am using this package in codeigniter. I am using below method due to this reason. I tried setting a Where does it seek for the credentials? |
Beta Was this translation helpful? Give feedback.
-
I have no idea what the autoload.php or config array refer to. The error you mentioned only appears when the factory has been initialized without a service account and the autodiscovery kicks in |
Beta Was this translation helpful? Give feedback.
-
@jeromegamez It's okay. I will figure it out. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I searched for subscribing a user to multiple topics, but I couldn't find any reference here
I want to subscribe a user to multiple topics something like below -
I tried, but got below error.
Is it possible to do it Or I have to call the method multiple times to subscribe to each topic?
Will it affect performance If I go with calling the multiple times using for loop?
Beta Was this translation helpful? Give feedback.
All reactions