Skip to content

Instantly share code, notes, and snippets.

View peopledrivemecrazy's full-sized avatar
:shipit:
[object Object]

Shriji peopledrivemecrazy

:shipit:
[object Object]
View GitHub Profile
@peopledrivemecrazy
peopledrivemecrazy / firestore.js
Created June 10, 2021 06:08
firebase-firestore-crud-sveltekit
import {
getFirestore,
doc,
setDoc,
collection,
updateDoc,
getDoc,
query,
where,
getDocs,
/* (320x480) iPhone (Original, 3G, 3GS) */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* insert styles here */
}
/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {
/* insert styles here */
}