Data Structure - Gerardo-Sullivan/dev-knowledge-book GitHub Wiki

Data Structure

Database Link

Overview

  • Google Firebase Firestore
  • No SQL
  • Cloud Firebase location: asia-northeast1

Collections

users

Field Type Example
createdTime timestamp 7 August 2019 at 000:000:000 UTC+12
favourites array<documentId> []
firstname string "Gerardo"
fullname string "Gerardo Sullivan"
lastname string "Sullivan"

bookmarks

Field Type Example
createdTime timestamp 7 August 2019 at 000:000:000 UTC+12
categories array ["/technology and computing/programming languages/c and c++", "/technology and computing/programming languages/javascript", "/technology and computing/operating systems"]
concepts array<string> ["Google", "The Capital", "Capital", "Cloud computing"]
keywords array<string> ["compound queries", "Web method names", "Data Collection"]
tags array<string> ["Firebase"]
title string ```"Perform simple and compound queries in Cloud Firestore  
url string "https://firebase.google.com/docs/firestore/query-data/queries"

categories

Field Type Example
label string /technology and computing/operating systems
score number 0.767861

concepts

Field Type Example
dbpediaResource string "http://dbpedia.org/resource/Environment_variable"
relevance number 0.767861
text string "Android device"

keywords

Field Type Example
count number 2
relevance number 0.767861
text string "Android device"
⚠️ **GitHub.com Fallback** ⚠️