Skip to content

Index generation link displayed in console leads to blank page #821

@joshmossas

Description

@joshmossas

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.
image

Proposed Solution

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

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions