{"info":{"_postman_id":"cb510b28-0c21-4bf5-bf8f-f558fd03683b","name":"Express Firebase API","description":"<html><head></head><body><h3 id=\"description\">Description</h3>\n<p>A simple express-firebase api that utilizes firebase cloud function and firestore and performs basic CRUD operations.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14678284","collectionId":"cb510b28-0c21-4bf5-bf8f-f558fd03683b","publishedId":"2s93CEwwXo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-15T14:04:48.000Z"},"item":[{"name":"All inventories","id":"fb07c7f8-a3e8-4981-8e90-8b6ffea1578b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2ODEyNDAzMTUsImV4cCI6MTY4MTI0MzkxNX0.lyRKBlqFQhTV4FzxBu_8UjMkPkBi-0B7OiNs4y7vKRQ","type":"text"}],"url":"{{api_url}}/residents","urlObject":{"path":["residents"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb07c7f8-a3e8-4981-8e90-8b6ffea1578b"},{"name":"Singe inventory","id":"214f6134-751b-4fc0-b1f8-4be1fb0936b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/users/5wmV0p1h2PAg5ytmvnEmm44FGqQG","urlObject":{"path":["users","5wmV0p1h2PAg5ytmvnEmm44FGqQG"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"214f6134-751b-4fc0-b1f8-4be1fb0936b0"},{"name":"signup","id":"4a9d78c2-40de-48df-a925-b09003c83308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n      \"firstname\": \"Omondi\",\n      \"lastname\": \"Timon\",\n      \"email\": \"timon@gmail.com\",\n      \"role\": \"resident\",\n      \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/auth/signup","urlObject":{"path":["auth","signup"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a9d78c2-40de-48df-a925-b09003c83308"},{"name":"login user","id":"555351d9-56df-44d4-9c64-0cea369ed156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n      \"email\": \"ken@gmail.com\",\n      \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/auth/login","urlObject":{"path":["auth","login"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"555351d9-56df-44d4-9c64-0cea369ed156"},{"name":"Update inventory","id":"bc2c4432-c556-4436-bb2c-d11c822d76c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n      \"email\": \"tinakenzi@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/users/3NAK4gB4rN0rDg7DgkNa","urlObject":{"path":["users","3NAK4gB4rN0rDg7DgkNa"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc2c4432-c556-4436-bb2c-d11c822d76c0"},{"name":"Delete inventory","id":"33b96eec-17bb-452e-9a7e-def20286d241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{api_url}}/users/3NAK4gB4rN0rDg7DgkNa","urlObject":{"path":["users","3NAK4gB4rN0rDg7DgkNa"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"33b96eec-17bb-452e-9a7e-def20286d241"}]}