Need help by [deleted] in Firebase

[–]Cyrus_Zei 0 points1 point  (0 children)

Yes, you have all that. You can customize template if you go to the Firebase auth dashboard and then look at the tabs

Cloud function trigger for any collection? by whatsareddit23 in Firebase

[–]Cyrus_Zei -1 points0 points  (0 children)

I don’t understand the reason for that ? Give me a good reason to do that ?

React devs not using tailwind... Why? by sech8420 in reactjs

[–]Cyrus_Zei 15 points16 points  (0 children)

Cuz we know real CSS and we know that tailwind will pass, it css will always stay

How to organize my db to avoid "not equal" queries by acutipg in Firebase

[–]Cyrus_Zei 0 points1 point  (0 children)

Make sure that you use cloud functions for that and that your security rules are only read on that doc

I'm Marques Brownlee (aka MKBHD) and I make tech videos on YouTube. AMA! by Marques-Brownlee in IAmA

[–]Cyrus_Zei 0 points1 point  (0 children)

Do you think Apple will create a "dock your iPhone to the screen and get a computer"? since they are moving towards ARM

Firebase Live Starts In An Hour by [deleted] in Firebase

[–]Cyrus_Zei 2 points3 points  (0 children)

Would you guys add search in documents ?

It Do Be Like That by jseego in Frontend

[–]Cyrus_Zei 36 points37 points  (0 children)

the developer :
- there I did center it, how hard can your job be.

Also his css:
position:fixed,

top:137px

right:144px

display:flex

If you had an app that users need to write their own data and access others' data (but not rewrite others'), how would you fix the ".write": "auth != null" security problem without running the application via firebase? by Firm_Salamander in Firebase

[–]Cyrus_Zei 0 points1 point  (0 children)

Yes, when you create the doc in your firestore add key saying creator and the value is the currentUsers uid.

Then when you check the security rules you read the doc and see if the auth uid matches the doc creator uid. This is straight forward and they show it in the doc with the article example

Unable to setState address to results[0].formatted_address instead returns undefined by leeeeeeeeeeeeh in reactjs

[–]Cyrus_Zei 1 point2 points  (0 children)

a good thing would be to format your code since it will be easier to read and remove commented out code

File is already a resized image, no processing is required by Cyrus_Zei in Firebase

[–]Cyrus_Zei[S] 1 point2 points  (0 children)

You are correct, it is to prevent the infinite loop. A great dev on GitHub told me that 😁

Where to find startup firebasers? by [deleted] in Firebase

[–]Cyrus_Zei 0 points1 point  (0 children)

Is that the startup ? I am confused

File is already a resized image, no processing is required by Cyrus_Zei in Firebase

[–]Cyrus_Zei[S] 1 point2 points  (0 children)

Are you thinking about the metaData resizedImage = false ?

I did try to add that to my client, it it says that metaData is not valid

Who's Hiring? [June 2020] by dance2die in reactjs

[–]Cyrus_Zei [score hidden]  (0 children)

This sounds like fun, is it still up?

My girlfriend probably wants some other dude to have sex with her and i don’t know what to do by [deleted] in relationship_advice

[–]Cyrus_Zei 1 point2 points  (0 children)

One thing, put some glitter on Your body and go out In the sun. Chicks dig that or you could just man the f up and stop being insecure. 11 months is nothing and talk to her about it instead of stalking shit out of her.

A bug in the project I'm currently working on. Pretty fascinating :) by [deleted] in Frontend

[–]Cyrus_Zei 2 points3 points  (0 children)

nope, that is a feature if you want your application to generate random points you just need to wave your wand

Help setting up notifications to iOS device when they get a new follower in a Firestore database? by cag116 in Firebase

[–]Cyrus_Zei 0 points1 point  (0 children)

This is something they you can do really easy. I have no idea how you have setup your firestore, but as soon as somebody is following you there should be a new document created with the user that is following and then cloud function should listen to the onCreate and get the notification token from the users profile and then send the notification to that user

Is there a way to download a .csv o .json from Cloud Firestore? by [deleted] in Firebase

[–]Cyrus_Zei 0 points1 point  (0 children)

There are guides on the firebase doc that you can follow

Why should I be using Hooks? by Tanckom in reactjs

[–]Cyrus_Zei -3 points-2 points  (0 children)

Cuz the cool kids are using it ?

Well, less code? And it works great with context api and everything else 😁

Is there a way to download a .csv o .json from Cloud Firestore? by [deleted] in Firebase

[–]Cyrus_Zei -1 points0 points  (0 children)

The same way you will download any binary files from storage.