kevinrodriguez-io / expo-hasura-chat

Expo Hasura Chat from February 3rd, 2020 Webinar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get started:

1- Create the following table in Hasura:

messages: 
id - integer PK AI
created_by - text NOT_NULL
content - text NOT_NULL
created_at - timestamp with time zone, default: now()

2- Change https and wss addresses in Apollo lib/graphql/client

About

Expo Hasura Chat from February 3rd, 2020 Webinar


Languages

Language:JavaScript 100.0%