Skip to content

ekaone/supabase-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supabase-listener

Supabase Listener

Ask me anything

Contents

☁️ Installation

git clone https://github.com/ekaone/supabase-listener.git
cd supabase-listener
npm install
npm start

⁉️ Usage

Subscribe to realtime changes in your databse, an example:

const mySubscription = supabase
  .from("*")
  .on("*", (payload) => {
    console.log("Change received!", payload);
  })
  .subscribe();

📚 Documentation

The database event which you would like to receive updates for, check out this awesome docs

😋 How to contribute

Have an idea? Found a bug? See how to contribute.

📜 License

MIT © Eka Prasetia

About

⏹💎The database event which you would like to receive updates for

Topics

Resources

Stars

Watchers

Forks