Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.04 KB

File metadata and controls

48 lines (29 loc) · 1.04 KB

🔥 Firefly

License: MIT

PRs Welcome

The Build

🌟 An fantastic Active Record implementation for Firebase's Firestore

✨ Features

  • 📝 Simple CRUD operations with create, update, delete, and save
  • 🔍 Powerful querying with filter, where, and whereKeyExists
  • 📚 Bulk operations with saveMany
  • 🎯 Easy record retrieval with find and get

🚀 Installation

npm install firefly

📋 Quick Start

import { createUser } from 'firefly';

const User = createUser();
const user = new User({ name: 'Jane Doe' });
await user.save();

🧪 Testing

npm test

📜 License

MIT © [Rob Conery]

Want to help out?

Love contributions and issues! Have a look at CONTRIBUTING!