#pragma once #include "global.h" void firebase_init(void); void firebase_stop(void); // roomid and room should refer to the same thing; pass roomid==-1 if unknown void firebase_send_message(const char *room,i64 roomid,const char *user,const char *msg);