My Environment
OS - Windows 10
Firebase SDK Version - firebase-admin@8.10.0
Firebase Product - firestore
Node.JS Version - v12.13.0
NPM Version - 6.11.2
The Problem
When you create try to run a query that requires an index with the Firebase Admin SDK it generates a link to create an index. Clicking on this link leads to a blank page.

Proposed Solution
Upon inspection it appears both single quotation mark ' and the comma , are unintentionally being included at the end of the url.

After deleting those extra characters from the url it successfully routes to the proper page
