View document from Google cloud storage in .NET

Hi, We are using Google cloud storage with Node.js , so is the GroupDocs. Viewer support Google cloud storage while fetch document from it and render it in HTML/PDF with GroupDocs. Viewer ?
we have use react.js as front end

@nlathiya123

With GroupDocs.Viewer for .NET you can render files from Google Cloud storage the same as the files on your local disk. Typically you download a file using Google’s SDK into memory or save the file to disk and then render it with GroupDocs.Viewer for .NET. You can find more about this topic in Loading documents from different sources documentation section.