aboutsummaryrefslogtreecommitdiff
path: root/firebase.h
blob: 8a091d49368e2db839c69bbd41a388d9a040ef3e (plain)
1
2
3
4
5
6
7
8
9
10
#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);