tusharkhatriofficial / Blogify

Blogify | An Open-source Node.js blogging Website for everyone...
MIT License
11 stars 10 forks source link

Rajkumar #9

Closed rajkumardongre closed 1 year ago

tusharkhatriofficial commented 1 year ago

Is this tested? Once the URL is uploaded... each posts document must look like this

{
"_id" : ObjectId("630b6359992a9a108a748522"),
"title": "Blog title here",
"postFeaturedImage": "URL of the Image uploaded to firebase",
"content": "blog content",
}

Please add your name to the contributor's list present in the README.md

rajkumardongre commented 1 year ago

Is this tested? Once the URL is uploaded... each posts document must look like this

{
"_id" : ObjectId("630b6359992a9a108a748522"),
"title": "Blog title here",
"postFeaturedImage": "URL of the Image uploaded to firebase",
"content": "blog content",
}

Please add your name to the contributor's list present in the README.md

rajkumardongre commented 1 year ago

Yes i have check it is working as you mention, and i also added my name in contributor list

tusharkhatriofficial commented 1 year ago

Can't really see anything happening... clicking on Publish does pretty much nothing! Could you please sort out the issue.

Screenshot 2022-10-06 at 9 22 43 PM Screenshot 2022-10-06 at 9 23 10 PM Screenshot 2022-10-06 at 9 24 08 PM
tusharkhatriofficial commented 1 year ago

I would suggest you write most of your code on server... also use firebase-admin SDK to do the job. I'm leaving you a link where you can find step by step documentation to do so!

https://piyushgarg.dev/uploading-images-to-firebase-storage-with-nodejs

rajkumardongre commented 1 year ago

I would suggest you write most of your code on server... also use firebase-admin SDK to do the job. I'm leaving you a link where you can find step by step documentation to do so!

https://piyushgarg.dev/uploading-images-to-firebase-storage-with-nodejs

Click Here res1 Then make sure it is true res2

tusharkhatriofficial commented 1 year ago

Gr8! It works now, I'll update the docs.

Screenshot 2022-10-07 at 2 38 08 PM
rajkumardongre commented 1 year ago

Really apologize for that, somehow I forgot to add that in doc

rajkumardongre commented 1 year ago

Don't worry I will make the changes in doc

tusharkhatriofficial commented 1 year ago

Please don't mind. Thanks for working on this :)