Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- instagram-cloudfirestore-database
- [+] -> collection
- [>] -> document
- [ ] -> key
- +post
- >postkey
- profileImage(string)
- username(string)
- onwerPost(string)
- imagePost(string)
- videoPost(string)
- textPost(string)
- likePostCount(number)
- commentPostCount(number)
- sharePostCount(number)
- watchVideoPostCount(number)
- timestamp(timestamp)
- +likePost
- >userkey
- username(string)
- profileImage(string)
- onwerLikePost(string)
- timestamp(timestamp)
- +comment
- >commentKey
- username(string)
- profileImage(string)
- textComment(string)
- timestamp(timestamp)
- likeCommentCount(number)
- onwerComment (string)
- +likeComment
- >userkey
- username(string)
- profileImage(string)
- biography(string)
- timestamp(timestamp)
- +reply
- >replyKey
- username (string)
- profileImage (string)
- onwerReply (string)
- textReply(string)
- timestamp(timestamp)
- likeReplyCount(number)
- +likeReply
- >userkey
- username(string)
- profileImage(string)
- onwerLikeReply(string)
- timestamp(timestamp)
- +story
- >storykey
- username (string)
- profileImage (string)
- mediaLink (string)
- timestamp (timestamp)
- ownerStory (string)
- watchStoryCount(number)
- +watchStory
- >userkey
- username(string)
- profileImage(string)
- onwerWatchStory(string)
- timestamp(timestamp)
- +Notification
- >notificationKey
- postKeyPath(Reference)
- commentKeyPath(Reference)
- replyKeyPath(Reference)
- userKeyPath(Reference)
- username(string)
- ownerKey(string)
- timestamp(timestamp)
- type(string)
- profileImage(string)
- +user
- >userkey
- profileImage(string)
- username(string)
- postCount(number)
- followingCount(number)
- followerCount(number)
- biography(string)
- thumbnailPost(object)
- {postkey:imageLink(string)}
- post(array)
- post/postkey(Reference)
- story(array)
- story/storyKey(Reference)
- +following
- >userkey
- username(string)
- profileImage(string)
- biography(string)
- timestamp(timestamp)
- +follower
- >userkey
- username(string)
- profileImage(string)
- biography(string)
- timestamp(timestamp)
- +activityLog
- >action
- story(Array)
- story/storykey(Reference)
- post(Array)
- post/postkey(Reference)
- comment(Array)
- post/postkey/comment/commentkey(Reference)
- reply(Array)
- post/postkey/comment/commentkey/reply/replyKey(Reference)
- >like
- likepost(Array)
- post/postkey/likePost/userkey(Reference)
- likecomment(Array)
- post/postkey/comment/commentkey/likecomment/userkey(Reference)
- likereply(Array)
- post/postkey/comment/commentkey/reply/replyKey/likereply/userkey(Reference)
- >follow
- following(Array)
- user/userkey/following/userkey(Reference)
- follower(Array)
- user/userkey/follower/userkey(Reference)
- >watch
- story(Array)
- story/storykey(Reference)
- video(Array)
- post/postkey(Reference)
- newfeed(array)
- post/postkey(Reference)
- notification(array)
- notification/notificationKey(Reference)
- +userStory
- >userkey
- followinguserkey(array)
- /story/storyKey(Reference)
- +userNewfeed
- >userkey
- postkey(null)
- +userNotification
- >userkey
- own(array)
- /notification/notificationkey(Reference)
- +following
- >onePostManyUserAction
- postkey(array)
- /user/userkey(Reference)
- >oneUserManyPostAction
- followingUserKey(array)
- /user/userkey/activityLog/like/likepost(Reference)
Add Comment
Please, Sign In to add comment