0

I've begun implementing pusher Chatkit to my first android App and am running into the problem of automatically creating users on the server for Chatkit. I've followed the getting started page where it tells me I can either go on to the console or I can run npm create-environment.js.

Is there a way to automate this so I don't have to do it manually?

I've searched on StackO and the pusher Chatkit website however I haven't found any solutions.

Cflux
  • 1,423
  • 3
  • 19
  • 39

1 Answers1

0

I found the way to do this is to use the Node.JS Server here. Which in my case is used in conjunction with Firestore Cloud Functions.

Cflux
  • 1,423
  • 3
  • 19
  • 39