WahidNasri / flutter-mqtt-chat-client

A Chat app developed with Flutter, it uses MQTT protocol
GNU General Public License v3.0
146 stars 34 forks source link

Hi, does it not support register functionality yet? #4

Open lucasjinreal opened 2 years ago

WahidNasri commented 2 years ago

Hello, For now, the register functionality is not implemented yet. For testing reasons, you can insert some users directly into the database (user table). Or you can create a simple CRUD app for that.

lucasjinreal commented 2 years ago

@WahidNasri thank u very much. I planned to using this myself and make some users to use it, if we can register on client that would be much more better.