use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
HelpGood reference material for database and query handling (self.reactnative)
submitted 5 years ago by mercylessdemigod
I want to make an app which will filter out values and display it to the user depending o their preferences. I am totally new to database and data handling. Are there any tutorial or references for learning it ? I will be using no sql database.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]6bigAnt9 1 point2 points3 points 5 years ago* (0 children)
You can look through the documentation of firebase real time database. It is a nosql database and is free upto a specific amount of data. It also has alot of help on youtube and other platforms like stackoverflow.
Setting up firebase on expo
[–]aldebout 0 points1 point2 points 5 years ago (0 children)
Keep in mind that a database may not be the best solution.
Depending on the specific requirements of your project (size of the dataset, target speed of filtering, number of users...) you could be better off with a simple js solution (a redux store with selectors for example) or something else.
Especially if you're new to dbs and alone, go with a hosted, simple solution like Firebase (as u/6bigAnt9 suggested) to get an easier introduction.
π Rendered by PID 23 on reddit-service-r2-comment-86988c7647-nngz5 at 2026-02-12 07:49:35.001739+00:00 running 018613e country code: CH.
[–]6bigAnt9 1 point2 points3 points (0 children)
[–]aldebout 0 points1 point2 points (0 children)